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:
Joe 2022-07-06 06:33:09 +08:00 committed by GitHub
parent 7711d140da
commit 02286186c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
backface-visibility: hidden;
background: var(--secondary);
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 1001;
--animation-state: paused;