Fix sidebar cut-off on small screens in admin UI (#23764)
This commit is contained in:
		
					parent
					
						
							
								900790184a
							
						
					
				
			
			
				commit
				
					
						00208b23b1
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -384,7 +384,7 @@ $content-width: 840px; | |||
|           position: fixed; | ||||
|           z-index: 10; | ||||
|           width: 100%; | ||||
|           height: calc(100vh - 56px); | ||||
|           height: calc(100% - 56px); | ||||
|           left: 0; | ||||
|           bottom: 0; | ||||
|           overflow-y: auto; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue