From e76baa9cb4e4b4fb2695c5b4afe5ff280a2d2494 Mon Sep 17 00:00:00 2001 From: Domagoj Kriskovic Date: Thu, 6 Feb 2025 10:37:05 +0100 Subject: [PATCH] Prevent expanding for ide-react-main element (#23405) GitOrigin-RevId: 099f603b206cfa062fccd7577368f32062f15df4 --- .../web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss index c1a01fccec..a4649f102f 100644 --- a/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss +++ b/services/web/frontend/stylesheets/bootstrap-5/pages/editor/ide.scss @@ -74,6 +74,7 @@ $editor-toggler-bg-dark-color: color.adjust( .ide-react-main { flex: 1; + overflow-y: hidden; display: flex; flex-direction: column;