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
This commit is contained in:
M Fahru 2023-07-17 06:48:15 -07:00 committed by Copybot
parent c643e4bce7
commit 5118a95d68

View file

@ -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;