fixes available times overflow bug on safari (#6208)
* fixes available times overflow bug on safari * WIP * remove extranous grid classes Co-authored-by: Peer Richelsen <peeroke@gmail.com>6195-cal-653-investigate-rtl-layout-issues^2
parent
d9da311141
commit
9250b20c1d
|
@ -71,7 +71,7 @@ const AvailableTimes: FC<AvailableTimesProps> = ({
|
|||
/>
|
||||
</div>
|
||||
</div>
|
||||
<div className="-mb-5 grid flex-grow grid-cols-1 gap-x-2 overflow-y-auto sm:block md:h-[364px]">
|
||||
<div className="flex-grow overflow-y-auto sm:block md:h-[364px]">
|
||||
{slots.length > 0 &&
|
||||
slots.map((slot) => {
|
||||
type BookingURL = {
|
||||
|
|
Loading…
Reference in New Issue