Skip to content

Commit 9fe2903

Browse files
committed
mo
ve bottomsheet content to to p
1 parent 5870fc6 commit 9fe2903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/sheet/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export const BottomSheet: React.FC<BottomSheetProps> = ({
3838
)}
3939
/>
4040
<Drawer.Content
41-
className={`fixed inset-x-0 bottom-0 m-auto mt-24 flex w-full flex-col overflow-hidden !rounded-t-[2rem] bg-zinc-100 px-6 sm:max-w-screen-sm sm:px-14`}
41+
className={`!z-[999999] fixed inset-x-0 bottom-0 m-auto mt-24 flex w-full flex-col overflow-hidden !rounded-t-[2rem] bg-zinc-100 px-6 sm:max-w-screen-sm sm:px-14`}
4242
>
4343
{_showHandle && (
4444
<div className="w-12 h-1.5 rounded-full bg-zinc-300 cursor-grab active:cursor-grabbing flex flex-col items-center justify-center mx-auto mt-6 mb-2" />

0 commit comments

Comments
 (0)