Skip to content

Commit

Permalink
fix: don't allow selecting background
Browse files Browse the repository at this point in the history
  • Loading branch information
RaunoT committed Jul 30, 2024
1 parent acece3f commit 547f439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/_components/AppProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default function AppProvider({ children, settings, version }: Props) {
{ 'justify-center': pathname === '/' },
)}
>
<div className='fixed inset-0 -z-10 overflow-hidden bg-black after:absolute after:inset-0 after:bg-black/50 after:content-[""]'>
<div className='fixed inset-0 -z-10 select-none overflow-hidden bg-black after:absolute after:inset-0 after:bg-black/50 after:content-[""]'>
<div className='relative h-screen w-screen'>
<Image
src={stars}
Expand Down

0 comments on commit 547f439

Please sign in to comment.