mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 21:59:05 +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;
|
||||
background: var(--secondary);
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
width: 100%;
|
||||
z-index: 1001;
|
||||
--animation-state: paused;
|
||||
|
Loading…
x
Reference in New Issue
Block a user