horizontal scroll (#14140)

This commit is contained in:
AAfghahi 2021-04-14 19:31:13 -04:00 committed by GitHub
parent 6755083e3a
commit f1acb2f974
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -294,7 +294,8 @@ div.Workspace {
.queryPane {
flex: 1 1 auto;
padding-left: 10px;
overflow: visible;
overflow-y: visible;
overflow-x: scroll;
}
.schemaPane-enter-done,