fix(frontend): some user interface elements are overlapping with the Create API Key modal (#11301)

This commit is contained in:
Hiep Le
2025-10-10 22:54:10 +07:00
committed by GitHub
parent c9d8782566
commit 9bd02440b0

View File

@@ -20,7 +20,7 @@ export function ModalBackdrop({ children, onClose }: ModalBackdropProps) {
};
return (
<div className="fixed inset-0 flex items-center justify-center z-20">
<div className="fixed inset-0 flex items-center justify-center z-60">
<div
onClick={handleClick}
className="fixed inset-0 bg-black opacity-60"