From c5eb1f9a07765e556ec01a033953d8dc6074f1c6 Mon Sep 17 00:00:00 2001 From: gdbroman <99gustaf@gmail.com> Date: Thu, 6 Apr 2023 22:30:45 +0200 Subject: [PATCH] Always show scrollbar padding in WindowedList --- lib/design-system/src/general/WindowedList/WindowedList.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/design-system/src/general/WindowedList/WindowedList.tsx b/lib/design-system/src/general/WindowedList/WindowedList.tsx index ce0b8a3c80..690d61a443 100644 --- a/lib/design-system/src/general/WindowedList/WindowedList.tsx +++ b/lib/design-system/src/general/WindowedList/WindowedList.tsx @@ -9,6 +9,7 @@ const Container = styled.div<{ hideScrollbar?: boolean }>` > :nth-child(1) { overflow-x: hidden; + overflow-y: scroll !important; /* custom scrollbar */ ::-webkit-scrollbar {