mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-05-19 16:34:28 -04:00
solve floating header
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user