fix: safari rendering bug in checks (#17929)

pull/17898/head
Alex Boatwright 2020-05-01 10:28:07 -07:00 committed by Yiqun Zhang
parent 22c7d09b70
commit 2b58cbf173
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 {