From 953200f5cb4737900f1189d90507b7bd96b83fe0 Mon Sep 17 00:00:00 2001 From: Kouya Heika Date: Sun, 26 Jul 2026 23:34:29 -0500 Subject: [PATCH] Fix shop filterbox styling on newer browsers --- core/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/core/style.css b/core/style.css index 8440d05..77b1801 100644 --- a/core/style.css +++ b/core/style.css @@ -1480,6 +1480,7 @@ body.shop.items .page-container { body.shop.items .page-container .sidebar { display: flex; + flex-direction: column; flex-shrink: 0; }