mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 05:05:15 +08:00
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;
|
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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user