Fix time view not in full length (#1256)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
		
							parent
							
								
									7e6628e3ac
								
							
						
					
					
						commit
						c85f0650fe
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -45,7 +45,7 @@ const AvailableTimes: FC<AvailableTimesProps> = ({ | |||
|   }); | ||||
| 
 | ||||
|   return ( | ||||
|     <div className="mt-8 text-center sm:pl-4 sm:mt-0 sm:w-1/3 md:-mb-5"> | ||||
|     <div className="flex flex-col mt-8 text-center sm:pl-4 sm:mt-0 sm:w-1/3 md:-mb-5"> | ||||
|       <div className="mb-4 text-lg font-light text-left text-gray-600"> | ||||
|         <span className="w-1/2 text-gray-600 dark:text-white"> | ||||
|           <strong>{t(date.format("dddd").toLowerCase())}</strong> | ||||
|  | @ -55,7 +55,7 @@ const AvailableTimes: FC<AvailableTimesProps> = ({ | |||
|           </span> | ||||
|         </span> | ||||
|       </div> | ||||
|       <div className="md:max-h-[364px] overflow-y-auto"> | ||||
|       <div className="flex-grow md:h-[364px] overflow-y-auto"> | ||||
|         {!loading && | ||||
|           slots?.length > 0 && | ||||
|           slots.map((slot) => { | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Joel Lu
						Joel Lu