Skip to content

Commit

Permalink
fix style typo
Browse files Browse the repository at this point in the history
  • Loading branch information
futurepaul committed Apr 12, 2024
1 parent 99f461c commit 2ce63c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Misc.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export const DefaultMain = (props: { children?: JSX.Element }) => {
<>
{/* blur content that goes under the notification bar */}
<div class="relative">
<div class="backgrop-blur-lg fixed left-0 right-0 top-0 z-50 bg-m-grey-975/70 safe-top" />
<div class="fixed left-0 right-0 top-0 z-50 bg-m-grey-975/70 backdrop-blur-lg safe-top" />
</div>
<main class="flex h-full flex-1 flex-col gap-4 px-4 pb-8 pt-4">
{props.children}
Expand Down

0 comments on commit 2ce63c8

Please sign in to comment.