mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-05 18:13:14 +00:00
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:
parent
c643e4bce7
commit
5118a95d68
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue