Skip to content

Commit

Permalink
Update Options.tsx
Browse files Browse the repository at this point in the history
overflow-y-scroll' applies the same CSS properties as 'overflow-y-auto
  • Loading branch information
cha2hyun authored Feb 24, 2023
1 parent 58ebd3b commit 341001a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ const Options: React.FC<OptionsProps> = ({
className={
classNames && classNames.list
? classNames.list
: "max-h-72 overflow-y-auto overflow-y-scroll"
: "max-h-72 overflow-y-auto"
}
>
{filterResult.map((item, index) => (
Expand Down

0 comments on commit 341001a

Please # to comment.