Fix toggleable nav height when vh < 850px

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-21 21:16:59 +03:00
parent e847f520c1
commit 9ad519926e

View File

@@ -110,7 +110,7 @@ html, body {
}
@include mixins.header_overflow2 {
height: 95vh;
height: calc(100vh - 45px);
}
}