Skip to content
Snippets Groups Projects
Commit cd75ee22 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix(orientation): map height

parent 87f8ea5c
No related branches found
No related tags found
1 merge request!2921.17
......@@ -17,7 +17,7 @@
overflow-y: auto;
overflow-x: hidden;
position: relative;
height: calc(var(--vh, 1vh) * 100 - #{$header-height});
height: calc(100vh - #{$header-height});
}
.motif {
......
......@@ -73,7 +73,7 @@
}
.form-override {
height: calc(var(--vh, 1vh) * 100 - $header-height) !important;
height: unset !important;
}
.form-footer {
......@@ -154,7 +154,6 @@
}
.progress-container {
margin-top: 1%;
margin-left: 25.5%;
width: 50%;
@media #{$tablet} {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment