home-assistant.io/source/stylesheets/zwa2-animations.css
2025-08-13 19:58:04 +01:00

6 lines
147 B
CSS

/* Prevent scrolling while the initial animation is playing */
.zwa2-disable-scroll {
overflow: hidden !important;
height: 100vh !important;
}