mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-05 17:03:25 +00:00
11 lines
160 B
CSS
11 lines
160 B
CSS
.sb-show-main.modal-open {
|
|
overflow-y: auto !important;
|
|
}
|
|
|
|
.sb-show-main .modal-backdrop {
|
|
display: none;
|
|
}
|
|
|
|
.sb-show-main .modal {
|
|
position: relative;
|
|
}
|