Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
fix: delete inset-0
Browse files Browse the repository at this point in the history
  • Loading branch information
Suprawich committed Jul 29, 2023
1 parent a9c9eb6 commit 5f10d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/scan.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function Scan() {
<XMarkIcon className="h-6 w-6 rounded-sm bg-white bg-opacity-50 text-white" />
</button>
</div>
<div className="inset-0 flex w-full items-center justify-center bg-black">
<div className="flex w-full items-center justify-center bg-black">
<div className="h-64 w-full rounded-t-2xl bg-white p-8 text-center">
{showModal ? (
<div className="grid">
Expand Down

0 comments on commit 5f10d96

Please sign in to comment.