Skip to content

Commit

Permalink
fix(calendar): generated css has duplicate code
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGindev authored and joneff committed Dec 7, 2020
1 parent 23be183 commit fdf5bd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/default/scss/mixins/_hide-scrollbar.scss
Expand Up @@ -6,12 +6,12 @@

padding-right: $max-scrollbar;
padding-left: $max-scrollbar;
margin-left: -$max-scrollbar;
margin-right: -$max-scrollbar;

@if ($dir == 'right') {
margin-left: -$max-scrollbar;
margin-right: $margin;
} @else {
margin-left: $margin;
margin-right: -$max-scrollbar;
}
}

0 comments on commit fdf5bd6

Please sign in to comment.