fix z-index of side-bar menu
This commit is contained in:
		
							parent
							
								
									a38ce6d702
								
							
						
					
					
						commit
						cd5d4bed71
					
				| 
						 | 
					@ -327,7 +327,7 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
aside.menu.main-menu {
 | 
					aside.menu.main-menu {
 | 
				
			||||||
  z-index:1;
 | 
					  z-index:50;
 | 
				
			||||||
  position: fixed;
 | 
					  position: fixed;
 | 
				
			||||||
  width: var(--sidebarWidth);
 | 
					  width: var(--sidebarWidth);
 | 
				
			||||||
  padding-right: 20px;
 | 
					  padding-right: 20px;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue