Sidebar height fix
This commit is contained in:
		@@ -54,6 +54,7 @@ body{
 | 
			
		||||
	grid-template-areas: "header header" "sidebar content";
 | 
			
		||||
	margin: 0;
 | 
			
		||||
	padding: 0;
 | 
			
		||||
	min-height: 100vh;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.LP-Main__Content{
 | 
			
		||||
@@ -77,6 +78,10 @@ body{
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.LP-Menu__Trigger{
 | 
			
		||||
	display: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@media(max-width: $-viewport-normal){
 | 
			
		||||
	.LP-Wrapper__Site{
 | 
			
		||||
		grid-template-columns: (0.75 * $-sidebar-width) 1fr;
 | 
			
		||||
@@ -135,10 +140,6 @@ body{
 | 
			
		||||
		animation-duration: .3s;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	.LP-Menu__Trigger{
 | 
			
		||||
		display: none;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	.LP-Menu__TriggerLabel{
 | 
			
		||||
		z-index: 20;
 | 
			
		||||
		height: 60px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user