Skip to content

Commit

Permalink
Fixed arrow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mattnotmitt committed Jul 28, 2017
1 parent 90ed62a commit 33ecbfa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/web/stylesheets/utils/_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 33ecbfa

Please sign in to comment.