Fix shop filterbox styling on newer browsers

This commit is contained in:
Kouya Heika
2026-07-26 23:34:29 -05:00
parent f9d348c94e
commit 953200f5cb

View File

@@ -1480,6 +1480,7 @@ body.shop.items .page-container {
body.shop.items .page-container .sidebar {
display: flex;
flex-direction: column;
flex-shrink: 0;
}