mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
fix docs modal example fade out
the z-index was only corrected for `.modal.show` which made the modal drop behind the header and backdrop when fading out simply dropping the `.show` from this selector will correct this issue
This commit is contained in:
parent
7b8afff038
commit
9a03d7efc6
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.modal.show {
|
||||
.modal {
|
||||
z-index: 1072;
|
||||
|
||||
.tooltip, .popover {
|
||||
|
|
|
|||
Loading…
Reference in a new issue