[object Object]

← back to Wallco Ai

admin/inspirations: pin board header + sort/density controls (position:sticky) so they stay fixed as the pairs grid scrolls

bc5fdec02fe4cef273aedbd44de8e1ee7217d104 · 2026-05-31 18:23:04 -0700 · Steve Abrams

Files touched

Diff

commit bc5fdec02fe4cef273aedbd44de8e1ee7217d104
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun May 31 18:23:04 2026 -0700

    admin/inspirations: pin board header + sort/density controls (position:sticky) so they stay fixed as the pairs grid scrolls
---
 public/admin/inspirations.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/public/admin/inspirations.html b/public/admin/inspirations.html
index 4175742..7ae5bac 100644
--- a/public/admin/inspirations.html
+++ b/public/admin/inspirations.html
@@ -16,6 +16,7 @@
   header {
     padding:18px 28px; border-bottom:1px solid var(--line); background:#fff;
     display:flex; gap:16px; align-items:baseline;
+    position:sticky; top:0; z-index:30;
   }
   header h1 { font:400 24px/1.2 var(--serif); margin:0; }
   header .meta { color:var(--faint); font-size:12px; letter-spacing:.04em; }
@@ -30,11 +31,14 @@
 
   main { max-width:1380px; margin:0 auto; padding:24px 22px 64px; }
 
-  /* Sort + density controls (Steve's standing rule) */
+  /* Sort + density controls (Steve's standing rule) — pinned below the
+     sticky header so the board chrome stays fixed while the pairs scroll. */
   .controls {
     display:flex; gap:18px; align-items:center; padding:10px 14px;
     background:#fff; border:1px solid var(--line); border-radius:8px;
     margin-bottom:18px; flex-wrap:wrap;
+    position:sticky; top:62px; z-index:29;
+    box-shadow:0 4px 12px rgba(31,24,8,.05);
   }
   .controls label { font:600 10.5px var(--sans); letter-spacing:.16em;
                     text-transform:uppercase; color:var(--faint); }

← 6675f7f Fix two more PDP inline-script newline-in-string token error  ·  back to Wallco Ai  ·  admin/inspirations: align sticky controls offset to header h 28d2361 →