fix: phone selector dropdown hidden behind logo on booking page (#10617)
Co-authored-by: mohammed gehad <mohammed.gehad.1998@gmail.com> Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com>pull/10677/head
parent
d7be40f67b
commit
df9e02d138
|
@ -298,7 +298,7 @@ const BookerComponent = ({
|
|||
<m.span
|
||||
key="logo"
|
||||
className={classNames(
|
||||
"mb-6 mt-auto pt-6 [&_img]:h-[15px]",
|
||||
"-z-10 mb-6 mt-auto pt-6 [&_img]:h-[15px]",
|
||||
hasDarkBackground ? "dark" : "",
|
||||
layout === BookerLayouts.MONTH_VIEW ? "block" : "hidden"
|
||||
)}>
|
||||
|
|
Loading…
Reference in New Issue