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 76ade81c48f2feb274f8d2edb628157ac0447d50..4e626160d7ee313ee90b7a00aad8a995946d021b 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;