]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #13216 13217/head
authorDavid Scherer <dscherer@targetfmi.com>
Fri, 28 Mar 2014 18:56:12 +0000 (14:56 -0400)
committerDavid Scherer <dscherer@targetfmi.com>
Fri, 28 Mar 2014 18:56:12 +0000 (14:56 -0400)
change `@zindex-popover` and `@zindex-tooltip` values to be greater than
those set for `@zindex-modal` allowing tooltips and popovers to be
displayed in front of modals (and all other content).

less/variables.less

index cdc1ba88138df0dbafe3f51c8f0a68750fb30d13..b6b15ae19c8db9a0a68e2f69b6c7d837b64e70aa 100644 (file)
 
 @zindex-navbar:            1000;
 @zindex-dropdown:          1000;
-@zindex-popover:           1010;
-@zindex-tooltip:           1030;
+@zindex-popover:           1060; // @fix #13216
+@zindex-tooltip:           1070; // @fix #13216 
 @zindex-navbar-fixed:      1030;
 @zindex-modal-background:  1040;
 @zindex-modal:             1050;