mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 03:50:45 +08:00
setting cookie popup to highest zindex
This commit is contained in:
parent
f8f37b2448
commit
18295d9bcd
1 changed files with 1 additions and 1 deletions
|
@ -437,7 +437,7 @@
|
|||
display: grid;
|
||||
gap: 1rem;
|
||||
width: 465px;
|
||||
z-index: 10000;
|
||||
z-index: 100000001;
|
||||
// outline: 0.5rem solid var(--bg-color)
|
||||
user-select: none;
|
||||
.main {
|
||||
|
|
Loading…
Reference in a new issue