From c643e4bce7462d20f9c68c8fbee929f22fbbff16 Mon Sep 17 00:00:00 2001 From: M Fahru Date: Tue, 11 Jul 2023 15:02:01 -0700 Subject: [PATCH] Remove extra scrollbar in editor left menu modal container GitOrigin-RevId: fe19e4a1f5017899f076db884d881c0d95fc6b70 --- services/web/frontend/stylesheets/app/editor/left-menu.less | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/frontend/stylesheets/app/editor/left-menu.less b/services/web/frontend/stylesheets/app/editor/left-menu.less index a49c75c41b..a52063f45b 100644 --- a/services/web/frontend/stylesheets/app/editor/left-menu.less +++ b/services/web/frontend/stylesheets/app/editor/left-menu.less @@ -194,6 +194,7 @@ // Make the Bootstrap Modal behavior as a left sidebar #left-menu-modal { opacity: 1; + overflow-y: hidden; .modal-dialog { height: 100%; margin: 0;