1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-02 00:06:46 +02:00

place popovers and twipsies above modals for use there

This commit is contained in:
Mark Otto
2011-10-08 00:16:21 -07:00
parent 7b665affd7
commit aa3a8af2d0
3 changed files with 7 additions and 7 deletions

View File

@@ -894,7 +894,7 @@ input[type=submit].btn {
visibility: visible;
padding: 5px;
font-size: 11px;
z-index: 1000;
z-index: 12000;
.opacity(80);
&.fade.in {
.opacity(80);
@@ -927,7 +927,7 @@ input[type=submit].btn {
position: absolute;
top: 0;
left: 0;
z-index: 1000;
z-index: 12000;
padding: 5px;
display: none;
&.above .arrow { #popoverArrow > .above(); }