update
Some checks failed
Deploy / deploy (build, debian, 22) (push) Has been cancelled
Deploy / deploy (build:staging, school, 8822) (push) Has been cancelled

This commit is contained in:
2026-03-31 23:21:31 -06:00
parent e539f9450a
commit 8d510e19bb
3 changed files with 7 additions and 3 deletions

View File

@@ -171,11 +171,16 @@ onUnmounted(disconnectPrompt)
.left-tabs :deep(.n-tabs-pane-wrapper) {
flex: 1;
min-height: 0;
overflow: hidden;
display: flex;
flex-direction: column;
}
.left-tabs :deep(.n-tab-pane) {
height: 100%;
flex: 1;
min-height: 0;
overflow: hidden;
padding: 0;
}