Skip to content

Commit

Permalink
show scrollbar for easier scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
Balazs Gobel committed Feb 26, 2019
1 parent 65f5d70 commit 5abfd5b
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 5abfd5b

Please sign in to comment.