Fix double-scrollbar bug
This commit is contained in:
parent
b69174788d
commit
8c1ca35420
|
@ -2082,7 +2082,8 @@ a:link {
|
|||
.resourceTreeAndTabs {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
overflow: auto;
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue