From d650e132beff39c20b482aead3a34a05ad2845b8 Mon Sep 17 00:00:00 2001 From: Dustin Healy <54083382+dustinhealy@users.noreply.github.com> Date: Sat, 4 Apr 2026 08:40:08 -0700 Subject: [PATCH] fix: add flex column to access page content wrapper for scroll MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The roles/groups tab content wrapper was not a flex container, so child flex-1 constraints were ignored and overflow-y-auto never triggered — the list was clipped with no scrollbar. --- src/components/access/AccessPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/access/AccessPage.tsx b/src/components/access/AccessPage.tsx index 5cf4305..454be70 100644 --- a/src/components/access/AccessPage.tsx +++ b/src/components/access/AccessPage.tsx @@ -34,7 +34,7 @@ export function AccessPage({ )} -