mirror of
				https://github.com/karl0ss/homepage.git
				synced 2025-11-04 00:10:57 +00:00 
			
		
		
		
	add effect overlay target
This commit is contained in:
		
							parent
							
								
									9d10de9949
								
							
						
					
					
						commit
						09d44da087
					
				@ -1,7 +1,8 @@
 | 
			
		||||
export default function Container({ children }) {
 | 
			
		||||
export default function Container({ children, className = "" }) {
 | 
			
		||||
  return (
 | 
			
		||||
    <div>
 | 
			
		||||
      {children}
 | 
			
		||||
      <div className={`absolute top-0 right-0 bottom-0 left-0 overflow-clip pointer-events-none ${className}`} />
 | 
			
		||||
      <div className="h-[68px] overflow-clip" />
 | 
			
		||||
    </div>
 | 
			
		||||
  );
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user