We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5870fc6 commit 9fe2903Copy full SHA for 9fe2903
packages/ui/src/sheet/index.tsx
@@ -38,7 +38,7 @@ export const BottomSheet: React.FC<BottomSheetProps> = ({
38
)}
39
/>
40
<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`}
+ 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`}
42
>
43
{_showHandle && (
44
<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