mirror of
https://github.com/Nereziel/cs2-WeaponPaints.git
synced 2026-03-10 08:31:42 +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 {
|
.weapon-list.expanded {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
padding: 0.5rem 0;
|
padding: 0.5rem 0;
|
||||||
|
overflow-y: auto;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.weapon-container {
|
.weapon-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user