fix: <a href> is not clickable cause of z-index (#16842)
This commit is contained in:
@@ -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"
|
||||
)}>
|
||||
|
||||
Reference in New Issue
Block a user