Fix some content becomes hidden after zooming to 200% (#223)
This commit is contained in:
parent
3ae1f97ccc
commit
3f2c67af23
|
@ -2078,7 +2078,7 @@ a:link {
|
||||||
.resourceTreeAndTabs {
|
.resourceTreeAndTabs {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue