horizontal scroll (#14140)
This commit is contained in:
parent
6755083e3a
commit
f1acb2f974
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue