fix: safari rendering bug in checks (#17929)

pull/17930/head
Alex Boatwright 2020-05-01 10:28:07 -07:00 committed by GitHub
parent 7be7328c3b
commit 0f09f4d2ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@
margin-bottom: $cf-marg-a;
position: relative;
flex: 1 1 auto;
&::-webkit-scrollbar {
height: 0;
width: 0;
@ -48,6 +48,7 @@
.time-machine-queries--body {
flex-grow: 1;
position: relative;
height: 100%;
}
.time-machine-influxql-editor {