Stop scrollbars from covering text in flux editor
parent
f3448ebb02
commit
d9b416ae06
|
@ -10,6 +10,7 @@
|
|||
1. [12523](https://github.com/influxdata/influxdb/pull/12523): Add ability to save a query as a variable from the Data Explorer.
|
||||
|
||||
### Bug Fixes
|
||||
1. [12641l](https://github.com/influxdata/influxdb/pull/12641): Stop scrollbars from covering text in flux editor
|
||||
|
||||
### UI Improvements
|
||||
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
.cm-s-time-machine {
|
||||
background-color: $g2-kevlar;
|
||||
color: $g11-sidewalk;
|
||||
padding-right: 16px;
|
||||
|
||||
.cm-variable {
|
||||
color: $c-pool;
|
||||
|
|
Loading…
Reference in New Issue