fix: SQL Lab vertical space (#12187)

This commit is contained in:
Beto Dealmeida 2020-12-22 17:05:52 -08:00 committed by GitHub
parent ca680cf976
commit de61859e98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}