added z-index for event types dropdown (#791)
This commit is contained in:
		
							parent
							
								
									c22beb698c
								
							
						
					
					
						commit
						0938f6f4b2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -227,7 +227,7 @@ const EventTypesPage = (props: PageProps) => { | |||
|                         leaveTo="transform opacity-0 scale-95"> | ||||
|                         <Menu.Items | ||||
|                           static | ||||
|                           className="absolute right-0 w-56 mt-2 origin-top-right bg-white divide-y rounded-sm shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none divide-neutral-100"> | ||||
|                           className="absolute z-10 right-0 w-56 mt-2 origin-top-right bg-white divide-y rounded-sm shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none divide-neutral-100"> | ||||
|                           <div className="py-1"> | ||||
|                             <Menu.Item> | ||||
|                               {({ active }) => ( | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Peer Richelsen
						Peer Richelsen