Fixed arrow issue

This commit is contained in:
Matt C 2017-07-28 21:47:47 +01:00
parent 90ed62add2
commit 33ecbfa95b
1 changed files with 4 additions and 2 deletions

View File

@ -140,10 +140,12 @@ optgroup {
.popover {
background-color: var(--popover-background);
border-color: var(--popover-border-colour);
max-height: 100%;
overflow-y: auto;
}
.popover-content {
max-height: 90vh;
overflow-y: auto;
}
.popover.right>.arrow {
border-right-color: var(--popover-border-colour);