Skip to content

Commit

Permalink
Remove scroll style for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbyul-here committed Oct 11, 2023
1 parent 93fda36 commit 63f6dc0
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions app/scripts/components/common/dropdown-scrollable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@ const DropdownWithScroll = styled(Dropdown)`
overscroll-behavior: none;
overflow-y: scroll;
/* Scroll style firefox */
scrollbar-color: ${themeVal('color.base-100')} transparent;
/* Scroll style for webkit - chrome, safari */
&::-webkit-scrollbar {
background-color: transparent;
}
&::-webkit-scrollbar-thumb {
background-color: ${themeVal('color.base-100')};
border-radius: ${themeVal('shape.rounded')}
}
${DropTitle} {
margin: 0;
padding: ${glsp(1, 1, 0, 1)};
Expand Down

0 comments on commit 63f6dc0

Please sign in to comment.