temporally removed backdrop for event type dialog until @emrysal implements radix
This commit is contained in:
		
							parent
							
								
									60242d3237
								
							
						
					
					
						commit
						60d8b05422
					
				
					 1 changed files with 0 additions and 26 deletions
				
			
		|  | @ -521,32 +521,6 @@ export default function Availability({ user, types }) { | ||||||
|             role="dialog" |             role="dialog" | ||||||
|             aria-modal="true"> |             aria-modal="true"> | ||||||
|             <div className="flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"> |             <div className="flex items-end justify-center min-h-screen pt-4 px-4 pb-20 text-center sm:block sm:p-0"> | ||||||
|               {/* <!-- |  | ||||||
|                           Background overlay, show/hide based on modal state. |  | ||||||
| 
 |  | ||||||
|                           Entering: "ease-out duration-300" |  | ||||||
|                             From: "opacity-0" |  | ||||||
|                             To: "opacity-100" |  | ||||||
|                           Leaving: "ease-in duration-200" |  | ||||||
|                             From: "opacity-100" |  | ||||||
|                             To: "opacity-0" |  | ||||||
|                         --> */} |  | ||||||
|               <div |  | ||||||
|                 className="fixed inset-0 bg-gray-500 z-0 bg-opacity-75 transition-opacity" |  | ||||||
|                 aria-hidden="true"></div> |  | ||||||
|               <span className="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true"> |  | ||||||
|                 ​ |  | ||||||
|               </span> |  | ||||||
|               {/* <!-- |  | ||||||
|                           Modal panel, show/hide based on modal state. |  | ||||||
| 
 |  | ||||||
|                           Entering: "ease-out duration-300" |  | ||||||
|                             From: "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" |  | ||||||
|                             To: "opacity-100 translate-y-0 sm:scale-100" |  | ||||||
|                           Leaving: "ease-in duration-200" |  | ||||||
|                             From: "opacity-100 translate-y-0 sm:scale-100" |  | ||||||
|                             To: "opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95" |  | ||||||
|                         --> */} |  | ||||||
|               <div className="inline-block align-bottom bg-white rounded-sm px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6"> |               <div className="inline-block align-bottom bg-white rounded-sm px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-lg sm:w-full sm:p-6"> | ||||||
|                 <div className="mb-4"> |                 <div className="mb-4"> | ||||||
|                   <h3 className="text-lg leading-6 font-medium text-gray-900" id="modal-title"> |                   <h3 className="text-lg leading-6 font-medium text-gray-900" id="modal-title"> | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Peer Richelsen
						Peer Richelsen