Add sticking side menu
This commit is contained in:
		
							parent
							
								
									d745c61c42
								
							
						
					
					
						commit
						7718f9d37f
					
				| 
						 | 
				
			
			@ -90,4 +90,10 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
 | 
			
		|||
  position: absolute;
 | 
			
		||||
  top: 0.5rem;
 | 
			
		||||
  right: 0.5rem;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
/* Make menu stick on the left side */
 | 
			
		||||
.menu {
 | 
			
		||||
  position: sticky;
 | 
			
		||||
  top: 1rem;
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
		Reference in New Issue