MM-51984 - Fixing footer bar in system console (#23730)

* MM-51984 - Fixing footer bar in system console

* removing max height
This commit is contained in:
Asaad Mahmood 2023-06-21 21:34:56 +05:00 committed by GitHub
parent fcf7acdefa
commit 2788c883b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,8 +30,6 @@
.admin-console__wrapper {
position: relative;
height: 100%;
min-height: 100%;
max-height: 100%;
-webkit-flex: 1 1 auto;
flex: 1 1 auto;
padding: 20px;