Set z-index: auto so that popup is not above controls

This commit is contained in:
Bruno Binet
2013-10-11 13:53:26 +02:00
committed by Éric Lemoine
parent 59eaa89a54
commit 4e602fdb8d

View File

@@ -24,6 +24,9 @@
font-weight: bold;
text-shadow: black 0.1em 0.1em 0.2em;
}
.popover {
z-index: auto;
}
.popover-content {
min-width: 180px;
}