Set z-index: auto so that popup is not above controls
This commit is contained in:
committed by
Éric Lemoine
parent
59eaa89a54
commit
4e602fdb8d
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user