From: Gijs Boddeus Date: Sat, 12 Aug 2017 19:44:25 +0000 (+0200) Subject: fix docs modal example fade out X-Git-Tag: v4.0.0-beta.2~384 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a03d7efc6ccb486c88a74eeafdfd97ac5f14abf;p=thirdparty%2Fbootstrap.git 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 --- diff --git a/assets/scss/_component-examples.scss b/assets/scss/_component-examples.scss index 1acc5a2426..629adcbec8 100644 --- a/assets/scss/_component-examples.scss +++ b/assets/scss/_component-examples.scss @@ -285,7 +285,7 @@ } } -.modal.show { +.modal { z-index: 1072; .tooltip, .popover {