Calculate height dynamically using jquery for scrollable sqllab (#1611)

* Calculate height dynamically using jquery for scrollable sqllab components

* Move editorHeight to App.jsx

* Calculate height dynamically for query search
This commit is contained in:
vera-liu
2016-11-22 13:21:07 -08:00
committed by GitHub
parent 10982dec3c
commit db1ed2a765
6 changed files with 39 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ body {
position: relative;
overflow: hidden;
width: 100%;
height: 95%;
height: 100%;
}
.scrollbar-content {
@@ -47,7 +47,7 @@ body {
bottom: 0px;
overflow: scroll;
margin-right: 0px;
margin-bottom: 100px;
margin-bottom: 0px;
}
.Workspace .btn-sm {