From 5118a95d68573d4fc7b723b981af6309ecc8754d Mon Sep 17 00:00:00 2001 From: M Fahru Date: Mon, 17 Jul 2023 06:48:15 -0700 Subject: [PATCH] Force `left-menu-modal` to have 0 `left-padding` because bootstrap may give `left-padding` a non-zero value on random zoom values. GitOrigin-RevId: 036a0f8dd52cc42f7815311703c4e3efc69dae5b --- 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 a52063f45b..05c5c1a2fa 100644 --- a/services/web/frontend/stylesheets/app/editor/left-menu.less +++ b/services/web/frontend/stylesheets/app/editor/left-menu.less @@ -195,6 +195,7 @@ #left-menu-modal { opacity: 1; overflow-y: hidden; + padding-left: 0 !important; // bootstrap modal may randomly give padding-left when zooming in / out in chrome .modal-dialog { height: 100%; margin: 0;