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

fix(orientation): issue on height

parent 67c6b239
No related branches found
No related tags found
1 merge request!2921.17
<div id="body" *ngIf="!multiPrint" class="form" fxLayout="column">
<div
id="body"
*ngIf="!multiPrint"
class="form"
fxLayout="column"
[ngClass]="{ 'form-override': currentPage == pageTypeEnum.structuresSelection }"
>
<app-modal-confirmation
[openned]="showConfirmationModal"
[content]="'Il vous faudra de nouveau remplir le formulaire si vous quittez'"
......
......@@ -72,8 +72,8 @@
margin: 0 0.5em;
}
.form {
height: calc(var(--vh, 1vh) * 100 - $header-height);
.form-override {
height: calc(var(--vh, 1vh) * 100 - $header-height) !important;
}
.form-footer {
......@@ -137,14 +137,6 @@
float: right;
height: 58vh;
padding: unset;
// height: 100%;
@media #{$tablet} {
height: 57vh !important;
}
@media #{$desktop} {
height: 100%;
}
::ng-deep .structure-card .structure {
margin-right: 16px;
......
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