From 2b8f85162ddd7db7eeba736c3441ee051c269f77 Mon Sep 17 00:00:00 2001 From: Magnus Gustafsson Date: Wed, 28 Jan 2026 17:06:29 +0100 Subject: [PATCH] Fix smoothly-select filtering --- src/components/item/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/item/style.css b/src/components/item/style.css index df9537628..b8f077eec 100644 --- a/src/components/item/style.css +++ b/src/components/item/style.css @@ -12,7 +12,7 @@ cursor: not-allowed; } -:host { +:host:not([hidden]) { display: flex; align-items: center; padding: 0.5em;