From ba29e211f4c98a1d41d056ff087e48d9976fc7f0 Mon Sep 17 00:00:00 2001 From: Adrian Mroz Date: Thu, 10 Nov 2022 11:12:48 +0100 Subject: [PATCH] ellipsis mixin adds overflow-x hidden and that changes default overflox-y from visible to auto and results in scrollbar along y axis --- .../components/selectable-string-filter-menu/string-value.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/client/components/selectable-string-filter-menu/string-value.scss b/src/client/components/selectable-string-filter-menu/string-value.scss index 7061346af..3a7e4a88f 100644 --- a/src/client/components/selectable-string-filter-menu/string-value.scss +++ b/src/client/components/selectable-string-filter-menu/string-value.scss @@ -31,6 +31,7 @@ .value-wrapper { @include ellipsis; + overflow-y: hidden; height: 100%; .checkbox {