fix: safari rendering bug in checks (#17929)
parent
22c7d09b70
commit
2b58cbf173
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue