From 9f2ae5464a4132a51accf9f27ad2cb804a2ccbc0 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Sat, 16 May 2026 09:11:42 -0700 Subject: [PATCH] fix(ui): nested overflow wrapper to prevent overflow-hidden clipping table columns overflow-hidden and overflow-x-auto on the same element conflict in Tailwind's CSS generation order. The shorthand overflow:hidden can override overflow-x:auto, clipping the rightmost column (diagnose buttons). Fix: outer div keeps overflow-hidden for rounded corners, inner div handles overflow-x-auto scrolling. --- web/src/views/DashboardView.vue | 6 ++++-- web/src/views/IncidentsView.vue | 4 +++- web/src/views/SourcesView.vue | 4 +++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/web/src/views/DashboardView.vue b/web/src/views/DashboardView.vue index 2a57604..8ca5720 100644 --- a/web/src/views/DashboardView.vue +++ b/web/src/views/DashboardView.vue @@ -65,8 +65,9 @@ View all sources → -
- +
+
+
@@ -111,6 +112,7 @@
Source health — last 24 hours
+
diff --git a/web/src/views/IncidentsView.vue b/web/src/views/IncidentsView.vue index bd42276..fd4bc8b 100644 --- a/web/src/views/IncidentsView.vue +++ b/web/src/views/IncidentsView.vue @@ -20,7 +20,8 @@ No incidents tagged yet. -
+
+
@@ -62,6 +63,7 @@
+
diff --git a/web/src/views/SourcesView.vue b/web/src/views/SourcesView.vue index 4e41325..190eeea 100644 --- a/web/src/views/SourcesView.vue +++ b/web/src/views/SourcesView.vue @@ -12,7 +12,8 @@

Run the ingest pipeline: python scripts/ingest_corpus.py

-
+
+
@@ -41,6 +42,7 @@
+