mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
- scroll path when outfit gets long
This commit is contained in:
@@ -57,3 +57,12 @@ div.perkRow {
|
||||
div.perkRow .row_key {
|
||||
float: none;
|
||||
}
|
||||
|
||||
#pathScroller {
|
||||
padding-top: 10px;
|
||||
position: relative;
|
||||
top: -10px;
|
||||
max-height: 660px;
|
||||
width: 475px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user