From fadcf57286b567ed6c807ad8c607eeeb01310ae8 Mon Sep 17 00:00:00 2001 From: jamey Date: Sun, 1 Mar 2026 23:36:24 +0000 Subject: [PATCH] fix theme editor sidebar untappable on mobile The shop header preview's absolute-positioned overlay escaped the preview frame and covered the sidebar controls on small viewports. Adding position: relative to .theme-preview-frame contains it. Co-Authored-By: Claude Opus 4.6 --- assets/css/admin/components.css | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/css/admin/components.css b/assets/css/admin/components.css index a760a57..c239e5f 100644 --- a/assets/css/admin/components.css +++ b/assets/css/admin/components.css @@ -3883,6 +3883,7 @@ border-radius: 0 0 0.5rem 0.5rem; border: 1px solid color-mix(in oklch, var(--t-text-primary) 20%, transparent); border-top: none; + position: relative; } /* Upload cancel button */