Skip to content

Commit

Permalink
fix: <a href> is not clickable cause of z-index (#16842)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymohit1603 authored Sep 27, 2024
1 parent 92e53ad commit 2872b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/features/bookings/Booker/Booker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ const BookerComponent = ({
<m.span
key="logo"
className={classNames(
"-z-10 mb-6 mt-auto pt-6 [&_img]:h-[15px]",
"mb-6 mt-auto pt-6 [&_img]:h-[15px]",
hasDarkBackground ? "dark" : "",
layout === BookerLayouts.MONTH_VIEW ? "block" : "hidden"
)}>
Expand Down

0 comments on commit 2872b26

Please sign in to comment.