Skip to content

Commit

Permalink
fix(component/datatable): improve the overflow behaviour of the datat…
Browse files Browse the repository at this point in the history
…able (#1306)
  • Loading branch information
tiloyi committed Dec 28, 2022
1 parent d7a336d commit 4d8b9e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/styles/components/_c.datatable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@
&__main {
@include set-datatable-scrollbar();

overflow-x: auto;
overflow-y: hidden;
overflow: auto;
}

// table
@include set-datatable-size($datatabke-default-celle-size);

&__table {
@include set-datatable-base();

Expand Down

0 comments on commit 4d8b9e4

Please sign in to comment.