mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #3025 from overleaf/pr-fix-safari-truncated-context-menu
Fix Safari file tree bug GitOrigin-RevId: e1853585aacce548cd72c94d0840f9c4fc3fa6bd
This commit is contained in:
parent
88057c4caa
commit
4773494b55
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,8 @@
|
|||
}
|
||||
|
||||
.file-tree-inner {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-grow: 1;
|
||||
overflow-y: auto;
|
||||
background-color: @file-tree-bg;
|
||||
|
@ -80,6 +82,7 @@
|
|||
margin: 0;
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
flex-grow: 1;
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
|
||||
|
|
Loading…
Reference in a new issue