Add overflow properties to weapon list in style.css for improved scrolling behavior when expanded.

This commit is contained in:
Bram Suurd
2025-06-29 23:25:46 +02:00
parent 5c3b1b48b0
commit e8871f91ac

View File

@@ -723,6 +723,8 @@ body {
.weapon-list.expanded {
max-height: 500px;
padding: 0.5rem 0;
overflow-y: auto;
overflow-x: hidden;
}
.weapon-container {