fixes min height issue in page container and console panel (#13827) (#13828)

Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
This commit is contained in:
Vault Automation 2026-04-09 13:10:04 -06:00 committed by GitHub
parent b8de7e5177
commit 8cfd437830
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -109,7 +109,7 @@ $console-close-height: 35px;
.panel-open .console-ui-panel {
box-shadow: box-shadow_variables.$box-shadow-highest;
min-height: 425px;
min-height: 460px;
}
.main--console-open {

View file

@ -13,7 +13,7 @@
}
.page-container {
min-height: 100vh;
min-height: calc(100vh - 60px);
display: flex;
flex-direction: column;
justify-content: flex-end;