Skip to content

Commit

Permalink
Merge pull request #24 from qlik-oss/QPE-622-visible-scrollbar
Browse files Browse the repository at this point in the history
[QPE 622] show scrollbar for easier scrolling
  • Loading branch information
Verrin79 authored Feb 27, 2019
2 parents 97564cf + 5abfd5b commit ad0c0da
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,7 @@

// hide scrollbars
.kpi-table .header-wrapper,
.kpi-table .row-wrapper,
.data-table .header-wrapper,
.data-table .row-wrapper {
.data-table .header-wrapper {
/* stylelint-disable-next-line property-no-unknown */
scrollbar-width: none;
-ms-overflow-style: none; // IE 10+
Expand Down

0 comments on commit ad0c0da

Please sign in to comment.