From 5c3b1b48b08357b22f94161790917d8b6bc7e3ae Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Sun, 29 Jun 2025 23:24:22 +0200 Subject: [PATCH] Enhance weapon skins grid in style.css by adding overflow properties to improve scrolling behavior and layout consistency when expanded. --- website/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/style.css b/website/style.css index 137510df..a2479e62 100644 --- a/website/style.css +++ b/website/style.css @@ -792,6 +792,8 @@ body { .weapon-skins-grid.expanded { max-height: 400px; padding: 1rem; + overflow-y: auto; + overflow-x: hidden; } .skins-container {