Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #439 from brave/fix-3930
Browse files Browse the repository at this point in the history
Using overflow-y: auto for unverified notice
  • Loading branch information
ryanml authored Mar 31, 2019
2 parents aebb6e7 + 3a1e713 commit 44513d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/rewards/walletPanel/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const StyledNoticeWrapper = styled<StyleProps, 'div'>('div')`
border-radius: 4px;
margin: 11px 0 10px;
max-height: 84px;
overflow-y: scroll;
overflow-y: auto;
`

export const StyledNoticeLink = styled<StyleProps, 'a'>('a')`
Expand Down

0 comments on commit 44513d1

Please sign in to comment.