ensure that the starting slide styles are always applied
This commit is contained in:
+7
-7
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user