Skip to content

Commit 5ee4ebd

Browse files
committed
use theme defined z-index values
1 parent 8f29350 commit 5ee4ebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/MdComponents/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export const ContentContainer = (props: Pick<BoxProps, "id" | "children">) => {
160160
export const MobileButton = (props: ChildOnlyProp) => {
161161
return (
162162
<div
163-
className="sticky bottom-0 z-[99] w-full bg-background p-8 shadow-[0_-1px_0_#e5e5e5] lg:hidden dark:shadow-[0_-1px_0_#333]"
163+
className="sticky bottom-0 z-sticky w-full bg-background p-8 shadow-[0_-1px_0_#e5e5e5] lg:hidden dark:shadow-[0_-1px_0_#333]"
164164
{...props}
165165
/>
166166
)

0 commit comments

Comments
 (0)