mirror of
https://github.com/papercss/papercss
synced 2026-03-14 14:35:51 +01:00
Show modal over navbar. Fix #268
This commit is contained in:
parent
574566bcbe
commit
7e02a85c28
2 changed files with 2 additions and 2 deletions
2
dist/paper.css
vendored
2
dist/paper.css
vendored
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
top: 0;
|
||||
visibility: hidden;
|
||||
word-wrap: break-word;
|
||||
z-index: 12;
|
||||
z-index: 200;
|
||||
|
||||
// modal background
|
||||
&-bg {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue