Skip to content

Commit

Permalink
fix: fix scrollbar display issue when opening Select component
Browse files Browse the repository at this point in the history
  • Loading branch information
leve68 committed Feb 11, 2025
1 parent 3432954 commit b44bc56
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ const MypageMemberManagementContentMemberInfo = () => {
backgroundColor: theme.colors.primary20,
maxWidth: '8rem',
}}
MenuProps={{
disableScrollLock: true,
}}
fullWidth
onChange={() => {}}
>
Expand Down

0 comments on commit b44bc56

Please sign in to comment.