mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-18 10:43:22 +00:00
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:
@@ -792,6 +792,8 @@ body {
|
||||
.weapon-skins-grid.expanded {
|
||||
max-height: 400px;
|
||||
padding: 1rem;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.skins-container {
|
||||
|
||||
Reference in New Issue
Block a user