diff --git a/src/components/gui/gui.css b/src/components/gui/gui.css index ebaf67d845cc1893abe6f63fc6fbfebcf04b19dd..c1582f85fc4dbf23d518921f4955f6fecedb3675 100644 --- a/src/components/gui/gui.css +++ b/src/components/gui/gui.css @@ -19,6 +19,12 @@ */ flex-direction: row; height: 100%; + + /* + Stop scrollbar popping in and out from scratch-blocks border issue + https://github.com/LLK/scratch-gui/issues/318 + */ + overflow-y: hidden; } .editor-wrapper {