File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/features/bookings/Booker/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ export const AvailableTimeSlots = ({
218218 < div
219219 ref = { containerRef }
220220 className = { classNames (
221- limitHeight && "scroll-bar grow overflow-auto md:h-[400px]" ,
221+ limitHeight && "no-scrollbar grow overflow-auto md:h-[400px]" ,
222222 ! limitHeight && "flex h-full w-full flex-row gap-4" ,
223223 `${ customClassNames ?. availableTimeSlotsContainer } `
224224 ) } >
@@ -227,7 +227,7 @@ export const AvailableTimeSlots = ({
227227 { ! isLoading &&
228228 slotsPerDay . length > 0 &&
229229 slotsPerDay . map ( ( slots ) => (
230- < div key = { slots . date } className = "scroll-bar overflow-x-hidden! h-full w-full overflow-y-auto" >
230+ < div key = { slots . date } className = "no-scrollbar overflow-x-hidden! h-full w-full overflow-y-auto" >
231231 < AvailableTimes
232232 className = { customClassNames ?. availableTimeSlotsContainer }
233233 customClassNames = { customClassNames ?. availableTimes }
You can’t perform that action at this time.
0 commit comments