mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-02-21 19:29:38 +00:00
Add overflow properties to weapon list in style.css for improved scrolling behavior when expanded.
This commit is contained in:
@@ -723,6 +723,8 @@ body {
|
||||
.weapon-list.expanded {
|
||||
max-height: 500px;
|
||||
padding: 0.5rem 0;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.weapon-container {
|
||||
|
||||
Reference in New Issue
Block a user