mirror of
				https://github.com/ZetaKebab/quartz.git
				synced 2025-11-03 22:49:47 +00:00 
			
		
		
		
	fix: Popover z-index issue on left sidebar (#1230)
This commit is contained in:
		@@ -172,6 +172,7 @@ a {
 | 
			
		||||
      box-sizing: border-box;
 | 
			
		||||
      padding: 0 4rem;
 | 
			
		||||
      position: fixed;
 | 
			
		||||
      z-index: 1;
 | 
			
		||||
      @media all and (max-width: $fullPageWidth) {
 | 
			
		||||
        position: initial;
 | 
			
		||||
        flex-direction: row;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user