mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-04 22:01:22 +00:00
Also scroll long deletes and insertions if would overflow
This commit is contained in:
parent
f590b9c97a
commit
a9c89635bd
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@
|
|||
// We need to set any low-enough flex base size (0px), making it growable (1) and non-shrinkable (0).
|
||||
// This is needed to ensure that IE makes the element fill the available space.
|
||||
flex: 1 0 1px;
|
||||
overflow-x: auto;
|
||||
|
||||
.rp-state-overview & {
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Reference in a new issue