Skip to content

Commit

Permalink
fix(fr-data-table): Fix data table style (overflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
chloe463 committed Apr 22, 2017
1 parent ef71459 commit 9a398b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/styles/_data-table.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.fr-data-table__wrapper {
width: 100%;
overflow: scroll;
display: inline-block;
}

Expand Down Expand Up @@ -64,6 +63,8 @@
.fr-data-table {
width: 100%;
border-collapse: collapse;
overflow-y: scroll;
overflow-x: auto;
// table-layout: fixed;

&__column {
Expand Down

0 comments on commit 9a398b3

Please sign in to comment.