solve floating header

This commit is contained in:
Admin9705
2026-02-11 07:52:14 -05:00
parent 4bb3567777
commit 9a8fceba44

View File

@@ -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 {