mirror of
				https://codeberg.org/claui/mobile-config-firefox.git
				synced 2025-11-04 12:35:55 +00:00 
			
		
		
		
	use overflow:hidden instead of -moz-hidden-unscrollable for window title
This commit is contained in:
		
							parent
							
								
									6b242379ec
								
							
						
					
					
						commit
						5aa1d1ec01
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -18,7 +18,7 @@ See the above repository for updates as well as full license text. */
 | 
			
		|||
    display: -moz-inline-box;
 | 
			
		||||
    padding-top: 1px;
 | 
			
		||||
    max-width: 50vw;
 | 
			
		||||
    overflow-x: -moz-hidden-unscrollable;
 | 
			
		||||
    overflow-x: hidden;
 | 
			
		||||
    text-overflow: ellipsis;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue