Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 09dd3c3

Browse files
author
Erik Ritter
authored
Merge pull request #137 from airbnb/erik-ritter--query-search-scroll
Fixed SQL Lab Query Search scrolling issue(apache#7526) (apache#7674)
2 parents 4bc272b + 0d66775 commit 09dd3c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

superset/assets/src/SqlLab/main.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,10 @@ div.Workspace {
204204
.SouthPane {
205205
height: 100%;
206206
}
207+
208+
.scrollbar-container {
209+
overflow: auto;
210+
}
207211
}
208212

209213
.SqlEditorTabs li {

0 commit comments

Comments
 (0)