mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-02 23:40:57 +00:00 
			
		
		
		
	remove pointer events on ping div
This commit is contained in:
		
							parent
							
								
									7a1f8850b8
								
							
						
					
					
						commit
						957bd9491b
					
				@ -76,7 +76,7 @@ export default function Item({ service, group }) {
 | 
			
		||||
            </div>
 | 
			
		||||
          )}
 | 
			
		||||
 | 
			
		||||
          <div className="absolute top-0 right-0 w-1/2 flex flex-row justify-end gap-2 mr-2 z-30">
 | 
			
		||||
          <div className="absolute top-0 right-0 w-1/2 flex flex-row justify-end gap-2 mr-2 z-30 pointer-events-none">
 | 
			
		||||
              {service.ping && (
 | 
			
		||||
                <div className="flex-shrink-0 flex items-center justify-center cursor-pointer">
 | 
			
		||||
                  <Ping group={group} service={service.name} />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user