From 9a8fceba44e6bbfe3d5337fabf0d391452f403da Mon Sep 17 00:00:00 2001 From: Admin9705 <9705@duck.com> Date: Wed, 11 Feb 2026 07:52:14 -0500 Subject: [PATCH] solve floating header --- frontend/static/css/import-media.css | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/frontend/static/css/import-media.css b/frontend/static/css/import-media.css index ebdc8fc6..8b916f15 100644 --- a/frontend/static/css/import-media.css +++ b/frontend/static/css/import-media.css @@ -149,13 +149,15 @@ grid-template-columns: 45px 1.5fr 1fr 120px 200px; align-items: center; gap: 20px; - padding: 12px 0px; - margin-bottom: 12px; - border-bottom: 1px solid rgba(255, 255, 255, 0.1); + padding: 12px 16px; + border-left: 3px solid transparent; /* Match item card alignment */ + margin-bottom: 8px; + border-bottom: 1px solid rgba(255, 255, 255, 0.08); position: sticky; - top: 20px; + top: -24px; /* Pull up to the top of the .settings-group padding */ z-index: 50; - background: transparent; + background: #111827; /* Solid background to prevent overlap clash */ + border-radius: 10px 10px 0 0; } .import-media-list-header .header-col {