Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ikprk committed Jul 15, 2024
1 parent 18bfd04 commit a3727a2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const InnerContainer = styled(FlexBox)`
align-items: center;
animation: ${ScrollSide} 80s linear infinite;
scrollbar-width: none;
scrollbar-height: none;
:hover {
animation-play-state: paused;
Expand All @@ -115,7 +114,6 @@ const InnerContainer = styled(FlexBox)`
const RibbonContainer = styled(FlexBox)`
overflow-x: auto;
scrollbar-width: none;
scrollbar-height: none;
background-color: ${cVar('colorBackgroundMuted')};
padding: ${sizes(3)} ${sizes(4)};
width: calc(100% + var(--size-global-horizontal-padding) * 2);
Expand Down

0 comments on commit a3727a2

Please sign in to comment.