[Sql Lab] Fix query results display at the bottom of screen (#4246)

This commit is contained in:
Grace Guo
2018-01-19 10:19:54 -08:00
committed by GitHub
parent 1c56319be4
commit 7b76356182
4 changed files with 24 additions and 10 deletions

View File

@@ -289,8 +289,14 @@ a.Link {
.tooltip-inner {
max-width: 500px;
}
.SplitPane.horizontal {
padding-right: 4px;
}
.SouthPane {
margin-top: 10px;
position: absolute;
width: 100%;
overflow: scroll;
}
.search-date-filter-container {
display: flex;