mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-12-10 00:30:02 -06:00
6 lines
147 B
CSS
6 lines
147 B
CSS
/* Prevent scrolling while the initial animation is playing */
|
|
.zwa2-disable-scroll {
|
|
overflow: hidden !important;
|
|
height: 100vh !important;
|
|
}
|