mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01: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
@ -285,7 +285,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.modal.show {
|
||||
.modal {
|
||||
z-index: 1072;
|
||||
|
||||
.tooltip, .popover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user