네비게이션 상단바 이동, 가로 스크롤 고정.

This commit is contained in:
Lectom C Han
2026-01-09 19:29:06 +09:00
parent 7b93467c6e
commit dde7290ab7
9 changed files with 303 additions and 283 deletions

View File

@@ -0,0 +1,17 @@
.grid-container {
height: 600px;
max-height: 600px;
overflow: auto;
width: 100%;
max-width: 100%;
}
.grid-container ::deep table {
min-width: 100%;
width: max-content;
}
.grid-container ::deep th,
.grid-container ::deep td {
white-space: nowrap;
}