fix: SQL Lab editor height in Safari (#12973)

This commit is contained in:
Beto Dealmeida 2021-02-05 13:10:07 -08:00 committed by GitHub
parent 2799894221
commit 76bcc446f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -46,6 +46,11 @@ body {
height: 100%;
}
.ant-tabs-content-holder {
/* This is needed for Safari */
height: 100%;
}
.ant-tabs-content {
height: 100%;
position: relative;