Enhance weapon skins grid in style.css by adding overflow properties to improve scrolling behavior and layout consistency when expanded.

This commit is contained in:
Bram Suurd
2025-06-29 23:24:22 +02:00
parent 4ab85d09e2
commit 5c3b1b48b0

View File

@@ -792,6 +792,8 @@ body {
.weapon-skins-grid.expanded {
max-height: 400px;
padding: 1rem;
overflow-y: auto;
overflow-x: hidden;
}
.skins-container {