Fixed SQL Lab Query Search scrolling issue(#7526) (#7674)

This commit is contained in:
Evan Rusackas 2019-06-09 16:05:43 -07:00 committed by Maxime Beauchemin
parent 95291facff
commit 514c308bcf
1 changed files with 4 additions and 0 deletions

View File

@ -204,6 +204,10 @@ div.Workspace {
.SouthPane {
height: 100%;
}
.scrollbar-container {
overflow: auto;
}
}
.SqlEditorTabs li {