From e8bc0d442f7a1fc254b5445739bf1f8984af3ffc Mon Sep 17 00:00:00 2001 From: KASSEM Passam <depysk@gmail.com> Date: Wed, 12 May 2021 09:51:00 +0200 Subject: [PATCH] VAS: corrections bugs graphiques sur les app utilisateurs et organisations --- ui/ui-frontend-common/src/sass/material/_modal.scss | 7 +++---- .../identity/src/app/customer/customer.component.scss | 5 +++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ui/ui-frontend-common/src/sass/material/_modal.scss b/ui/ui-frontend-common/src/sass/material/_modal.scss index 015445315..53bd29492 100644 --- a/ui/ui-frontend-common/src/sass/material/_modal.scss +++ b/ui/ui-frontend-common/src/sass/material/_modal.scss @@ -13,7 +13,7 @@ $footer-height: 100px !default; .vitamui-modal .mat-dialog-container { @extend %mat-dialog-container; - + .header { padding: 20px 60px 0 60px; } @@ -44,7 +44,6 @@ $footer-height: 100px !default; .vitamui-table { overflow: auto; - max-height: 43vh; &::-webkit-scrollbar { display: none; @@ -55,7 +54,7 @@ $footer-height: 100px !default; .form-group { margin-bottom: 20px; } -} +} .vitamui-form-dual-panel .mat-dialog-container { @@ -176,4 +175,4 @@ $footer-height: 100px !default; } } } -} \ No newline at end of file +} diff --git a/ui/ui-frontend/projects/identity/src/app/customer/customer.component.scss b/ui/ui-frontend/projects/identity/src/app/customer/customer.component.scss index e9510c86e..567c59fea 100644 --- a/ui/ui-frontend/projects/identity/src/app/customer/customer.component.scss +++ b/ui/ui-frontend/projects/identity/src/app/customer/customer.component.scss @@ -1,3 +1,4 @@ .mat-drawer-content { - overflow: hidden; -} \ No newline at end of file + overflow: hidden; + height: unset; +} -- GitLab