Sidebar height fix

This commit is contained in:
2020-08-16 11:56:21 +02:00
parent 3f69ff8f0d
commit 9ebfef6c6e
2 changed files with 10 additions and 7 deletions

View File

@@ -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;