Remove extra scrollbar in editor left menu modal container

GitOrigin-RevId: fe19e4a1f5017899f076db884d881c0d95fc6b70
This commit is contained in:
M Fahru 2023-07-11 15:02:01 -07:00 committed by Copybot
parent 9b6dfef590
commit c643e4bce7

View file

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