Skip to content

Commit

Permalink
Merge pull request #10315 from brave/ksmith-captcha-scrollbars
Browse files Browse the repository at this point in the history
Allow scrolling of grant captcha overlay in rewards panel
  • Loading branch information
zenparsing authored Sep 30, 2021
2 parents 5bdbb82 + a3e2b36 commit 346d029
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ const style = {
left: 0;
bottom: 0;
right: 0;
overflow: auto;
background: rgba(0, 0, 0, 0.33);
z-index: 9999;
display: flex;
flex-direction: column;
align-items: center;
padding: 0 20px;
`,

topSpacer: styled.div`
Expand Down

0 comments on commit 346d029

Please sign in to comment.