mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-06-16 12:40:36 -04:00
ensure that the starting slide styles are always applied
This commit is contained in:
@@ -383,13 +383,13 @@ hr {
|
||||
overflow var(--slideAnimationSpeed) step-end;
|
||||
transition-behavior: allow-discrete;
|
||||
@starting-style {
|
||||
overflow: hidden;
|
||||
height: 0;
|
||||
opacity: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
overflow: hidden !important;
|
||||
height: 0 !important;
|
||||
opacity: 0 !important;
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
margin-bottom: 0 !important;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
&.hidden {
|
||||
overflow: hidden !important;
|
||||
|
||||
Reference in New Issue
Block a user