Skip to content

Commit

Permalink
Add scroll-bar to bagspace-world
Browse files Browse the repository at this point in the history
attempts to fix doublespeakgames#712
  • Loading branch information
keventhen4 authored Apr 22, 2024
1 parent caad2ea commit c96465c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ var World = {

// Create the bag panel
$('<div>').attr('id', 'bagspace-world').append($('<div>')).appendTo(outer);
document.getElementById("bagspace-world").style.overflow='auto';
$('<div>').attr('id', 'backpackTitle').appendTo(outer);
$('<div>').attr('id', 'backpackSpace').appendTo(outer);
$('<div>').attr('id', 'healthCounter').appendTo(outer);
Expand Down

0 comments on commit c96465c

Please sign in to comment.