mirror of https://github.com/Chocobozzz/PeerTube
Fix notification z-index with modals
parent
a70bf3bd33
commit
3e3b360c53
|
@ -173,9 +173,9 @@ $zindex: (
|
||||||
help-popover : 17000,
|
help-popover : 17000,
|
||||||
privacymsg : 17500,
|
privacymsg : 17500,
|
||||||
header : 17500,
|
header : 17500,
|
||||||
notification : 18000,
|
|
||||||
modal : 19000,
|
modal : 19000,
|
||||||
hotkeys : 19000
|
hotkeys : 19000,
|
||||||
|
notification : 20000
|
||||||
);
|
);
|
||||||
|
|
||||||
@function z($label) {
|
@function z($label) {
|
||||||
|
|
Loading…
Reference in New Issue