mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 17:15:13 +00:00
Set visitor dashboard's menu button z-index to 50
This commit is contained in:
parent
ac1e5a0fb5
commit
5cd44433a0
1 changed files with 1 additions and 0 deletions
|
@ -142,6 +142,7 @@ function showMenu(ev: MouseEvent) {
|
||||||
height: 32px;
|
height: 32px;
|
||||||
border-radius: var(--radius-sm);
|
border-radius: var(--radius-sm);
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
z-index: 50;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mainFg {
|
.mainFg {
|
||||||
|
|
Loading…
Reference in a new issue