UX: Splash should always stick to top left corner of the viewport (#17348)
No visual changes. This commit only fixes some display issues on some browsers that don't respect the defaults.
This commit is contained in:
parent
7711d140da
commit
02286186c3
|
@ -11,6 +11,8 @@
|
|||
backface-visibility: hidden;
|
||||
background: var(--secondary);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 1001;
|
||||
--animation-state: paused;
|
||||
|
|
Loading…
Reference in New Issue