From 600b5cfa8e04af1ac6861c426135502c916bcd9f Mon Sep 17 00:00:00 2001 From: Mark McDowall Date: Wed, 17 Apr 2019 22:43:35 -0700 Subject: [PATCH] Menu separator shown when scrollbar is visible --- frontend/src/Components/Menu/MenuItemSeparator.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/Components/Menu/MenuItemSeparator.css b/frontend/src/Components/Menu/MenuItemSeparator.css index a867e3153..e48e7f16f 100644 --- a/frontend/src/Components/Menu/MenuItemSeparator.css +++ b/frontend/src/Components/Menu/MenuItemSeparator.css @@ -1,5 +1,6 @@ .separator { overflow: hidden; + min-height: 1px; height: 1px; background-color: $themeDarkColor; }