mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 09:01:53 +00: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 {
|
.file-tree-inner {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
background-color: @file-tree-bg;
|
background-color: @file-tree-bg;
|
||||||
|
@ -80,6 +82,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
flex-grow: 1;
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue