From 889c59812933ae517603f3e2751a90b2d7c6bb63 Mon Sep 17 00:00:00 2001 From: Developer Date: Tue, 16 Jun 2026 16:25:23 +0000 Subject: [PATCH] fix(web/ui): make config-section-actions sticky for both editors --- apps/web/src/styles/global.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/web/src/styles/global.css b/apps/web/src/styles/global.css index 95da1fc..8d88997 100644 --- a/apps/web/src/styles/global.css +++ b/apps/web/src/styles/global.css @@ -641,8 +641,12 @@ justify-content: flex-start; gap: var(--space-3); margin-top: var(--space-2); - padding-top: var(--space-3); + padding: var(--space-3) var(--space-4); border-top: 1px solid var(--border); + background: var(--panel); + position: sticky; + bottom: 0; + z-index: 10; } /* Legacy alias for existing consumers */