Merge remote-tracking branch 'remotes/from/ce/main'

This commit is contained in:
hc-github-team-secure-vault-core 2026-04-09 19:25:22 +00:00
commit 3d68dbdd48
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;