From c84c49a1eb2c828a73d6ec9f19ce522ef6d0b40f Mon Sep 17 00:00:00 2001 From: Simon Sippert Date: Fri, 19 Dec 2025 11:39:28 +0100 Subject: [PATCH] Remove not existing variable --- blocks/filters.liquid | 1 - 1 file changed, 1 deletion(-) diff --git a/blocks/filters.liquid b/blocks/filters.liquid index e1051b0f9..16672ad72 100644 --- a/blocks/filters.liquid +++ b/blocks/filters.liquid @@ -1032,7 +1032,6 @@ top: 100%; width: max-content; min-width: var(--facets-panel-min-width); - max-width: var(--facets-panel-width); max-height: var(--facets-panel-height); z-index: var(--facets-upper-z-index); box-shadow: var(--shadow-popover);