Fix some content becomes hidden after zooming to 200% (#223)

This commit is contained in:
victor-meng 2020-09-22 11:59:44 -07:00 committed by GitHub
parent 3ae1f97ccc
commit 3f2c67af23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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%;
} }