refactor: remove useDataTableScrollHeight and introducing an auto-height prop and CSS class.

This commit is contained in:
pa
2026-03-18 09:31:30 +09:00
parent b33821ba82
commit ab596a13b9
18 changed files with 32 additions and 225 deletions

View File

@@ -197,6 +197,12 @@ html {
border: 1px solid var(--border);
}
.x-container--auto-height {
display: flex;
flex-direction: column;
overflow: hidden;
}
.aside-collapsed .x-container {
margin-right: 8px;
}