Show modal over navbar. Fix #268

This commit is contained in:
Mehdi El Fadil 2022-03-22 11:55:26 +01:00
commit 8e61aa1a9b
3 changed files with 3 additions and 3 deletions

2
dist/paper.css vendored
View file

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

2
dist/paper.min.css vendored

File diff suppressed because one or more lines are too long

View file

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