Skip to content

Commit

Permalink
fix(modal): draw modal edge constraints on Windows, close RSSNext#967
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <i@innei.in>
  • Loading branch information
Innei committed Oct 16, 2024
1 parent a079d85 commit be21b19
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const DrawerModalLayout: FC<PropsWithChildren> = ({ children }) => {
className={cn(
"flex flex-col items-center overflow-hidden rounded-xl border bg-theme-background p-8 pb-0",
"shadow-drawer-to-left w-[60ch] max-w-full",
"fixed inset-y-2 right-2",
"fixed bottom-0 right-2 safe-inset-top-4",
)}
>
{children}
Expand Down

0 comments on commit be21b19

Please sign in to comment.