Skip to content

Commit

Permalink
Merge pull request #12805 from influxdata/fix/raw-data-hscroll
Browse files Browse the repository at this point in the history
fix(ui): Stop hiding horizontal scrollbar in flux raw data view
  • Loading branch information
ischolten authored Mar 20, 2019
2 parents ea7f07b + fb9434c commit 7b1ffcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
1. [12764](https://github.com/influxdata/influxdb/pull/12764): Fix empty state styles in scrapers in org view
1. [12790](https://github.com/influxdata/influxdb/pull/12790): Fix bucket creation error when changing rentention rules types.
1. [12793](https://github.com/influxdata/influxdb/pull/12793): Fix task creation error when switching schedule types.
1. [12805](https://github.com/influxdata/influxdb/pull/12805): Fix hidden horizonal scrollbars in flux raw data view

### UI Improvements

Expand Down
2 changes: 1 addition & 1 deletion ui/src/clockface/components/overlays/Overlay.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $overlay--container-padding: $ix-marg-c + $ix-marg-d;
pointer-events: all;
}

.fancy-scroll--track-h {
& > .fancy-scroll--track-h {
display: none;
}
}
Expand Down

0 comments on commit 7b1ffcc

Please sign in to comment.