From e8871f91ac7147a035d288cfce025788eb61f08c Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Sun, 29 Jun 2025 23:25:46 +0200 Subject: [PATCH] Add overflow properties to weapon list in style.css for improved scrolling behavior when expanded. --- website/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/style.css b/website/style.css index a2479e62..97bf1474 100644 --- a/website/style.css +++ b/website/style.css @@ -723,6 +723,8 @@ body { .weapon-list.expanded { max-height: 500px; padding: 0.5rem 0; + overflow-y: auto; + overflow-x: hidden; } .weapon-container {