Skip to content

Commit

Permalink
fix(Table): update demo to show scrollbars correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincharity committed Oct 25, 2019
1 parent d3ed8d9 commit 0c1921b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 5 additions & 1 deletion demo/app/components/table/table.component.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
@import '~@terminus/ui/helpers';


.example-container {
height: 400px;
overflow: auto;
}
@include visible-scrollbars;
}
3 changes: 0 additions & 3 deletions terminus-ui/table/src/table.component.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import './../../scss/helpers/color';
@import './../../scss/helpers/layout';
@import './../../scss/helpers/reset';
@import './../../scss/helpers/scrollbars';
@import './../../scss/helpers/spacing';
@import './../../scss/helpers/typography';

Expand All @@ -21,7 +20,6 @@ $ts-row-hover: rgba(color(utility, xlight), .5);
.ts-table {
@include reset;
@include typography;
@include visible-scrollbars;
display: inline-block;
max-height: 100%;

Expand Down Expand Up @@ -67,7 +65,6 @@ $ts-row-hover: rgba(color(utility, xlight), .5);
display: flex;
}


//
// Cells
//
Expand Down

0 comments on commit 0c1921b

Please sign in to comment.