1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 11:00:56 +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:
Gijs Boddeus
2017-08-12 21:44:25 +02:00
committed by Johann-S
parent 7b8afff038
commit 9a03d7efc6

View File

@@ -285,7 +285,7 @@
} }
} }
.modal.show { .modal {
z-index: 1072; z-index: 1072;
.tooltip, .popover { .tooltip, .popover {