z-index adjustments
This commit is contained in:
@@ -103,7 +103,7 @@ export default function Settings({ gameData, changeAction }: SettingsProps) {
|
||||
);
|
||||
|
||||
return (
|
||||
<div className={`fixed top-4 right-4 z-50 ${cinzel.className}`}>
|
||||
<div className={`fixed top-4 right-4 z-25 ${cinzel.className}`}>
|
||||
<Scrim
|
||||
onClick={() => setOpen((prev) => !prev)}
|
||||
className={`transition-all duration-250 ${open ? 'pointer-events-auto opacity-100' : 'pointer-events-none opacity-0'}`}
|
||||
|
||||
Reference in New Issue
Block a user