1
0
Fork 0

Fix modal z-index

Should be on top of the header too
This commit is contained in:
Chocobozzz 2022-03-02 14:25:07 +01:00
parent 135c38bbc5
commit 42d73f1c57
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -167,12 +167,12 @@ $zindex: (
popover : 13000,
tooltip : 14000,
loadbar : 15000,
modal : 16000,
dropdown : 17000,
help-popover : 17000,
privacymsg : 17500,
header : 17500,
notification : 18000,
modal : 19000,
hotkeys : 19000
);