From 7fd4a1c29e9d0ea670d77f6690ccecb4840f06c6 Mon Sep 17 00:00:00 2001 From: librelad Date: Fri, 3 Jul 2026 21:46:29 +0100 Subject: [PATCH] fix(marketplace/site): hide the light scrollbar strip on the add-command snippets Co-Authored-By: Claude Fable 5 Signed-off-by: librelad --- containers/marketplace/resources/site/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/containers/marketplace/resources/site/index.html b/containers/marketplace/resources/site/index.html index 54bd2ca..c012ea1 100644 --- a/containers/marketplace/resources/site/index.html +++ b/containers/marketplace/resources/site/index.html @@ -62,7 +62,9 @@ .addline code { flex:1; font-size:.78rem; padding:8px 10px; border-radius:8px; overflow-x:auto; background:rgba(0,0,0,.30); border:1px solid var(--border); white-space:nowrap; + scrollbar-width:none; } + .addline code::-webkit-scrollbar { display:none; } .addline button { padding:8px 14px; border-radius:8px; border:none; cursor:pointer; background:var(--indigo); color:#fff; font-weight:600; font-size:.82rem;