diff --git a/src/editor/components/sidepanel.css b/src/editor/components/sidepanel.css
index ae2f5c80a9a476af8de09097e773247da38af7a3..ff9685c45d142d8e2be09adbcc35ebc7208d9a9c 100644
--- a/src/editor/components/sidepanel.css
+++ b/src/editor/components/sidepanel.css
@@ -1,6 +1,8 @@
 .editor-sidepanel {
     /* resize: horizontal; */
-    overflow: auto;
+    max-height: 85%;
+    overflow-y: auto;
+    overflow-x: hidden;
     min-width: 300px;
     height: inherit;
     margin: 0.3rem 0.3rem 0.3rem auto;