From 3d4f08bea5785c888192a56746f6498ba25f9558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Wed, 6 Mar 2019 14:31:05 +0100 Subject: [PATCH] Temp fix for scrollbar issue PR that was tricky to cherry pick (#15713) --- .../src/components/CustomScrollbar/_CustomScrollbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/grafana-ui/src/components/CustomScrollbar/_CustomScrollbar.scss b/packages/grafana-ui/src/components/CustomScrollbar/_CustomScrollbar.scss index f5adcedf0fe..07b6ae1b5b6 100644 --- a/packages/grafana-ui/src/components/CustomScrollbar/_CustomScrollbar.scss +++ b/packages/grafana-ui/src/components/CustomScrollbar/_CustomScrollbar.scss @@ -1,4 +1,4 @@ -.custom-scrollbars { +.custom-scrollbars { // Fix for Firefox. For some reason sometimes .view container gets a height of its content, but in order to // make scroll working it should fit outer container size (scroll appears only when inner container size is // greater than outer one). @@ -14,7 +14,7 @@ .track-vertical { border-radius: 3px; width: 6px !important; - right: 2px; + right: 0px; bottom: 2px; top: 2px; }