mirror of
https://github.com/apache/superset.git
synced 2026-04-17 15:15:20 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user