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:
Simon Detheridge 2020-01-21 09:34:58 +00:00 committed by Copybot
parent a8483fbc89
commit 0970ddbd6c

View file

@ -81,6 +81,8 @@
margin: 0; margin: 0;
overflow-x: hidden; overflow-x: hidden;
height: 100%; height: 100%;
position: relative;
overflow-y: auto;
ul { ul {
margin-left: (@line-height-computed / 2); margin-left: (@line-height-computed / 2);