Skip to content

Commit

Permalink
fix scrollingList items right margin
Browse files Browse the repository at this point in the history
  • Loading branch information
denyssheremeta committed Jun 9, 2024
1 parent d98d6f4 commit 78ba03b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/ScrollingList/ScrollingList.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@
&::-webkit-scrollbar {
display: none;
}

@include on-tablet {
margin-right: -24px;
}

@include on-mobile {
margin-right: -16px;
}
}

&__buttons {
Expand Down

0 comments on commit 78ba03b

Please sign in to comment.