mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03: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:
@@ -285,7 +285,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.modal.show {
|
||||
.modal {
|
||||
z-index: 1072;
|
||||
|
||||
.tooltip, .popover {
|
||||
|
||||
Reference in New Issue
Block a user