Skip to content

Commit

Permalink
[INJIVER-710] fix close button alignment
Browse files Browse the repository at this point in the history
Signed-off-by: srikanth716 <srikanthsri7447@gmail.com>
  • Loading branch information
srikanth716 committed Nov 17, 2024
1 parent 6f6383c commit 5c7df6d
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 5c7df6d

Please sign in to comment.