From 8460c35be2ff34f45a7bd85c44a98e190be65e79 Mon Sep 17 00:00:00 2001
From: vimal1083 <vimal1083@gmail.com>
Date: Mon, 21 Dec 2020 14:36:38 +0530
Subject: [PATCH] Fix 3-panel-group-listing-dropdown issue

---
 hypha/static_src/src/app/src/components/Listing/style.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hypha/static_src/src/app/src/components/Listing/style.scss b/hypha/static_src/src/app/src/components/Listing/style.scss
index 76ade81c4..4e626160d 100644
--- a/hypha/static_src/src/app/src/components/Listing/style.scss
+++ b/hypha/static_src/src/app/src/components/Listing/style.scss
@@ -1,5 +1,5 @@
 .listing {
-    overflow-y: overlay;
+    overflow-y: scroll;
     flex-grow: 3;
     transition: opacity $transition;
 
-- 
GitLab