horizontal scroll (#14140)

This commit is contained in:
AAfghahi
2021-04-14 19:31:13 -04:00
committed by GitHub
parent 6755083e3a
commit f1acb2f974

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,