changed zIndex of modal backfrop to 10
This commit is contained in:
		
							parent
							
								
									39ee723dc5
								
							
						
					
					
						commit
						ae836321c9
					
				
					 10 changed files with 13 additions and 13 deletions
				
			
		|  | @ -16,7 +16,7 @@ export default function Modal(props) { | |||
|                         leaveFrom="opacity-100" | ||||
|                         leaveTo="opacity-0" | ||||
|                     > | ||||
|                         <Dialog.Overlay className="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" /> | ||||
|                         <Dialog.Overlay className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" /> | ||||
|                     </Transition.Child> | ||||
| 
 | ||||
|                     {/* This element is to trick the browser into centering the modal contents. */} | ||||
|  |  | |||
|  | @ -34,7 +34,7 @@ export default function EditTeamModal(props) { | |||
| 
 | ||||
|   return (<div className="fixed z-50 inset-0 overflow-y-auto" aria-labelledby="modal-title" role="dialog" 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="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" aria-hidden="true"></div> | ||||
|       <div className="fixed inset-0 bg-gray-500 z-10 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> | ||||
| 
 | ||||
|  |  | |||
|  | @ -45,7 +45,7 @@ export default function MemberInvitationModal(props) { | |||
|       role="dialog" | ||||
|       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="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" aria-hidden="true"></div> | ||||
|         <div className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" aria-hidden="true"></div> | ||||
| 
 | ||||
|         <span className="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true"> | ||||
|           ​ | ||||
|  |  | |||
|  | @ -33,7 +33,7 @@ export default function SetTimesModal(props) { | |||
|       role="dialog" | ||||
|       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="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" aria-hidden="true"></div> | ||||
|         <div className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" aria-hidden="true"></div> | ||||
| 
 | ||||
|         <span className="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true"> | ||||
|           ​ | ||||
|  |  | |||
|  | @ -854,7 +854,7 @@ export default function EventTypePage({ | |||
|             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="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" | ||||
|                 className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" | ||||
|                 aria-hidden="true"></div> | ||||
| 
 | ||||
|               <span className="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true"> | ||||
|  | @ -903,7 +903,7 @@ export default function EventTypePage({ | |||
|             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="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" | ||||
|                 className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" | ||||
|                 aria-hidden="true" | ||||
|               /> | ||||
| 
 | ||||
|  |  | |||
|  | @ -167,7 +167,7 @@ export default function Availability(props) { | |||
|             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="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" | ||||
|                 className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" | ||||
|                 aria-hidden="true"></div> | ||||
| 
 | ||||
|               <span className="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true"> | ||||
|  |  | |||
|  | @ -922,7 +922,7 @@ export default function EventTypePage({ | |||
|             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="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" | ||||
|                 className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" | ||||
|                 aria-hidden="true"></div> | ||||
| 
 | ||||
|               <span className="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true"> | ||||
|  | @ -972,7 +972,7 @@ export default function EventTypePage({ | |||
|             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="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" | ||||
|                 className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" | ||||
|                 aria-hidden="true" | ||||
|               /> | ||||
| 
 | ||||
|  |  | |||
|  | @ -522,7 +522,7 @@ export default function Availability({ user, types }) { | |||
|             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="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" | ||||
|                 className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" | ||||
|                 aria-hidden="true"></div> | ||||
| 
 | ||||
|               <span className="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true"> | ||||
|  |  | |||
|  | @ -207,7 +207,7 @@ export default function Home({ integrations }) { | |||
|                             To: "opacity-0" | ||||
|                         --> */} | ||||
|               <div | ||||
|                 className="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" | ||||
|                 className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" | ||||
|                 aria-hidden="true"></div> | ||||
|               <span className="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true"> | ||||
|                 ​ | ||||
|  | @ -307,7 +307,7 @@ export default function Home({ integrations }) { | |||
|                             To: "opacity-0" | ||||
|                         --> */} | ||||
|               <div | ||||
|                 className="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" | ||||
|                 className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" | ||||
|                 aria-hidden="true"></div> | ||||
|               <span className="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true"> | ||||
|                 ​ | ||||
|  |  | |||
|  | @ -132,7 +132,7 @@ export default function Teams() { | |||
|             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="fixed inset-0 bg-gray-500 bg-opacity-75 transition-opacity" | ||||
|                 className="fixed inset-0 bg-gray-500 z-10 bg-opacity-75 transition-opacity" | ||||
|                 aria-hidden="true"></div> | ||||
| 
 | ||||
|               <span className="hidden sm:inline-block sm:align-middle sm:h-screen" aria-hidden="true"> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Peer Richelsen
						Peer Richelsen