mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix: hide popover on mobile to prevent overflow
This commit is contained in:
		@@ -484,6 +484,10 @@ header {
 | 
			
		||||
  transition-delay: 0.3s;
 | 
			
		||||
  user-select: none;
 | 
			
		||||
 | 
			
		||||
  @media all and (max-width: 600px) {
 | 
			
		||||
    display: none;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  &.visible {
 | 
			
		||||
    opacity: 1;
 | 
			
		||||
    visibility: visible;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user