ensure that the starting slide styles are always applied

This commit is contained in:
Gani Georgiev
2026-06-13 15:11:53 +03:00
parent 2818208909
commit a20ead67f1
+7 -7
View File
@@ -383,13 +383,13 @@ hr {
overflow var(--slideAnimationSpeed) step-end; overflow var(--slideAnimationSpeed) step-end;
transition-behavior: allow-discrete; transition-behavior: allow-discrete;
@starting-style { @starting-style {
overflow: hidden; overflow: hidden !important;
height: 0; height: 0 !important;
opacity: 0; opacity: 0 !important;
padding-top: 0; padding-top: 0 !important;
padding-bottom: 0; padding-bottom: 0 !important;
margin-bottom: 0; margin-bottom: 0 !important;
margin-top: 0; margin-top: 0 !important;
} }
&.hidden { &.hidden {
overflow: hidden !important; overflow: hidden !important;