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

Commit 0d66775

Browse files
rusackaserik_ritter
authored andcommitted
Fixed SQL Lab Query Search scrolling issue(apache#7526) (apache#7674)
1 parent 4bc272b commit 0d66775

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)