mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #2519 from overleaf/cmg-scroll-to-root
Make possible moving file to root directory from folder by scrolling GitOrigin-RevId: c5b740c1ff121765edc1ea8e77e4db2401bf95b0
This commit is contained in:
parent
a8483fbc89
commit
0970ddbd6c
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@
|
|||
margin: 0;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
|
||||
ul {
|
||||
margin-left: (@line-height-computed / 2);
|
||||
|
|
Loading…
Reference in a new issue