Fix header height at 45px after vh = 850px
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user