Skip to content

Commit

Permalink
Merge pull request #940 from aziontech/UXE-2488-captcha-off-screen
Browse files Browse the repository at this point in the history
[UXE-2488] fix: captcha off-screen
  • Loading branch information
pauloSF0 authored Mar 26, 2024
2 parents d17e05d + c4c7960 commit c38beb9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/assets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ body.p-overflow-hidden {
overscroll-behavior: contain !important;
}

.grecaptcha-badge {
bottom: 75px !important;
z-index: 11;
}

#app {
font-family: var(--font-family);
text-rendering: optimizeLegibility;
Expand Down

0 comments on commit c38beb9

Please sign in to comment.