mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-13 09:29:31 +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 {
|
.weapon-skins-grid.expanded {
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skins-container {
|
.skins-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user