mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 19:06:40 +02: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;
|
z-index: 1072;
|
||||||
|
|
||||||
.tooltip, .popover {
|
.tooltip, .popover {
|
||||||
|
Reference in New Issue
Block a user