UX: Splash should always stick to top left corner of the viewport ()

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

View File

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