Show modal over navbar. Fix #268

This commit is contained in:
Mehdi El Fadil 2022-03-22 11:55:26 +01:00 committed by Rhyne Vlaservich
parent 574566bcbe
commit 7e02a85c28
2 changed files with 2 additions and 2 deletions

2
dist/paper.css vendored
View file

@ -2401,7 +2401,7 @@ fieldset.form-group {
top: 0;
visibility: hidden;
word-wrap: break-word;
z-index: 12;
z-index: 200;
}
.modal-bg {
bottom: 0;

View file

@ -11,7 +11,7 @@
top: 0;
visibility: hidden;
word-wrap: break-word;
z-index: 12;
z-index: 200;
// modal background
&-bg {