Skip to content

Commit

Permalink
fix(table): fix side overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HandsomeButterball authored and walkerkay committed Jun 4, 2020
1 parent 362ce4e commit 03e1b38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gantt/src/gantt.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
border-right: 1px solid $gantt-border-color;
position: relative;
z-index: 1;
overflow-x: scroll;

&-has-shadow {
box-shadow: $gantt-side-shadow;
Expand All @@ -25,7 +26,6 @@
.gantt-side-container {
height: 100%;
overflow-y: auto;
overflow-x: scroll;

&::-webkit-scrollbar {
display: none;
Expand Down

0 comments on commit 03e1b38

Please sign in to comment.