Merge pull request #2692 from fredj/overlay-index

Unset z-index in overlay example
This commit is contained in:
Frédéric Junod
2014-09-08 15:20:28 +02:00

View File

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