mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-03-12 23:20:25 +08:00
banners zindex. closes #2405
This commit is contained in:
parent
83f1253f42
commit
80f862f47b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#bannerCenter {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
z-index: 1000;
|
||||
.banner {
|
||||
background: var(--sub-color);
|
||||
color: var(--bg-color);
|
||||
|
|
Loading…
Reference in a new issue