]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix docs modal example fade out
authorGijs Boddeus <botje_gijs@hotmail.com>
Sat, 12 Aug 2017 19:44:25 +0000 (21:44 +0200)
committerJohann-S <johann.servoire@gmail.com>
Sat, 12 Aug 2017 20:08:09 +0000 (22:08 +0200)
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

assets/scss/_component-examples.scss

index 1acc5a2426f6289291e562bd8958af5a43e06078..629adcbec8e92ae50e18b13cae06271859f0ad5b 100644 (file)
   }
 }
 
-.modal.show {
+.modal {
   z-index: 1072;
 
   .tooltip, .popover {