Fix header height at 45px after vh = 850px

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-20 17:34:28 +03:00
parent 3d814c2f12
commit c34c22f3e4

View File

@@ -3,6 +3,7 @@
@use "views/index.scss";
@use "views/aydinlatma.scss";
@use "views/iletisim.scss";
@use "views/hakkimizda.scss";
@use "partials/header.scss";
@use "partials/footer.scss";
@use "sass:math";
@@ -59,7 +60,7 @@ html, body {
height: 10vh;
@include mixins.header_overflow2 {
height: 5vh;
height: 45px;
}
}
@@ -232,7 +233,7 @@ html, body {
overflow: auto;
@include mixins.header_overflow2 {
height: 95vh;
height: calc(100vh - 45px);
}
}