Unset z-index in overlay example

This commit is contained in:
Frederic Junod
2014-09-08 15:01:19 +02:00
parent 2876902333
commit 67a5b07a83
-3
View File
@@ -24,9 +24,6 @@
font-weight: bold; font-weight: bold;
text-shadow: black 0.1em 0.1em 0.2em; text-shadow: black 0.1em 0.1em 0.2em;
} }
.popover {
z-index: auto;
}
.popover-content { .popover-content {
min-width: 180px; min-width: 180px;
} }