From 33ecbfa95b96dbce1e815c08ad0db9a9354f7c5f Mon Sep 17 00:00:00 2001 From: Matt C Date: Fri, 28 Jul 2017 21:47:47 +0100 Subject: [PATCH] Fixed arrow issue --- src/web/stylesheets/utils/_overrides.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/web/stylesheets/utils/_overrides.css b/src/web/stylesheets/utils/_overrides.css index e060db7d..36069cd5 100755 --- a/src/web/stylesheets/utils/_overrides.css +++ b/src/web/stylesheets/utils/_overrides.css @@ -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);