- scroll path when outfit gets long

This commit is contained in:
Michael Townsend
2023-06-24 10:38:31 -04:00
parent d6059af2b1
commit 6f67c12893
2 changed files with 13 additions and 2 deletions
+9
View File
@@ -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;
}