mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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:
parent
fcf7acdefa
commit
2788c883b0
@ -30,8 +30,6 @@
|
|||||||
.admin-console__wrapper {
|
.admin-console__wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 100%;
|
|
||||||
max-height: 100%;
|
|
||||||
-webkit-flex: 1 1 auto;
|
-webkit-flex: 1 1 auto;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
|
Loading…
Reference in New Issue
Block a user