Skip to content

Commit

Permalink
fix: bring back isolation for the background
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Jul 15, 2024
1 parent b110ae3 commit 89b2437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/dashboard/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ export const metadata: Metadata = generateSharedMetadata('Dashboard', '');
export default function Dashboard() {
return (
<div className="min-h-screen">
<div className="relative min-h-screen px-6 py-5 sm:py-0 lg:px-8">
<div className="relative isolate min-h-screen px-6 py-5 sm:py-0 lg:px-8">
<div
aria-hidden="true"
className="absolute inset-x-0 -top-40 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80"
className="absolute inset-x-0 -top-40 left-20 -z-10 transform-gpu overflow-hidden blur-3xl sm:-top-80"
>
<div
style={{
Expand Down

0 comments on commit 89b2437

Please sign in to comment.