From 958378312cde24fe783ddcaf4995d8786ab3558c Mon Sep 17 00:00:00 2001 From: Bryan Van Deusen Date: Sat, 27 Jun 2026 00:54:03 -0400 Subject: [PATCH] fix(settings): sticky headers on the virtual data tables Allowlist / Alias / ImportTask tables scroll their bodies (height=360/480) but the column headers scrolled away with the rows, so you lost the column labels (operator-flagged 2026-06-27). Add Vuetify `fixed-header` so the header row stays pinned while the body scrolls. Co-Authored-By: Claude Opus 4.8 (1M context) --- frontend/src/components/settings/AliasTable.vue | 2 +- frontend/src/components/settings/AllowlistTable.vue | 2 +- frontend/src/components/settings/ImportTaskList.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/settings/AliasTable.vue b/frontend/src/components/settings/AliasTable.vue index 2726e20..f631cd4 100644 --- a/frontend/src/components/settings/AliasTable.vue +++ b/frontend/src/components/settings/AliasTable.vue @@ -6,7 +6,7 @@ >