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

View File

@@ -2078,7 +2078,7 @@ a:link {
.resourceTreeAndTabs {
display: flex;
flex: 1 1 auto;
overflow: hidden;
overflow: auto;
height: 100%;
}