Skip to content

Commit

Permalink
Add scrollbar to bagspace-world
Browse files Browse the repository at this point in the history
Actual fix to doublespeakgames#712 I think, not sure if previous commit even works sorry.
  • Loading branch information
keventhen4 authored Apr 22, 2024
1 parent caad2ea commit 9d1a11d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/world.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
height: 62px;
margin-bottom: 5px;
margin-top: 13px;
overflow: hidden;
overflow-y: auto;
}

#bagspace-world > div {
Expand Down Expand Up @@ -71,4 +71,4 @@ div.supplyItem {
margin: 0px 5px 6px 0px;
padding: 0 5px;
cursor: default;
}
}

0 comments on commit 9d1a11d

Please sign in to comment.