Fix toggleable nav height when vh < 850px
This commit is contained in:
@@ -110,7 +110,7 @@ html, body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@include mixins.header_overflow2 {
|
@include mixins.header_overflow2 {
|
||||||
height: 95vh;
|
height: calc(100vh - 45px);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user