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

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

@@ -34,7 +34,7 @@
<span class="badge bg-secondary">@searchResults.Count keys found</span>
</div>
<div class="card-body p-0">
<div class="grid-container" style="height: 600px; overflow-y: auto;">
<div class="grid-container">
<QuickGrid Items="@searchResults.AsQueryable()" Pagination="@pagination" Class="table table-striped table-hover mb-0">
<PropertyColumn Property="@(p => p.Key)" Sortable="true" Title="Key" />
<PropertyColumn Property="@(p => p.Value)" Sortable="true" Title="Value" />