Skip to content

Commit

Permalink
Merge pull request #238 from srikanth716/injiver-710-close-button-mis…
Browse files Browse the repository at this point in the history
…aligned

[INJIVER-710] fix close button alignment
  • Loading branch information
sree96 authored Nov 27, 2024
2 parents 55b8ea7 + 5c7df6d commit 7631298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/Home/VerificationSection/QrScanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function QrScanner() {
stopVideoStream();
dispatch(goToHomeScreen({}));
}}
className="absolute top-7 right-4 lg:hidden bg-gray-800 text-white p-2 rounded-full hover:bg-gray-700 focus:outline-none"
className="absolute top-7 right-4 lg:hidden bg-gray-800 text-white p-2 rounded-full hover:bg-gray-700 focus:outline-none z-[60]"
aria-label="Close Scanner"
>
Expand Down

0 comments on commit 7631298

Please sign in to comment.