Skip to content

Commit

Permalink
fix(web): increase zLevel of id verify warn (#1512)
Browse files Browse the repository at this point in the history
  • Loading branch information
0fatal authored Sep 1, 2023
1 parent b31499d commit e41cab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/layouts/Basic/RealNameWarn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function Warn() {
return (
<div
className={clsx(
"absolute left-1/2 top-10 flex h-16 translate-x-[-50%] items-center justify-between rounded-lg px-4 text-lg drop-shadow-md",
"absolute left-1/2 top-10 z-10 flex h-16 translate-x-[-50%] items-center justify-between rounded-lg px-4 text-lg drop-shadow-md",
darkMode ? "bg-gray-800" : "bg-white",
)}
>
Expand Down

0 comments on commit e41cab3

Please sign in to comment.