mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
fix: SQL Lab vertical space (#12187)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
@import '../../stylesheets/less/variables.less';
|
||||
|
||||
body {
|
||||
min-height: 500px; // Set a min height so the gutter is always visible when resizing
|
||||
min-height: ~'max(100vh, 500px)'; // Set a min height so the gutter is always visible when resizing
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user