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 {