diff --git a/public/src/games/monopoly/MonopolyGame.js b/public/src/games/monopoly/MonopolyGame.js index 4e3aa9a..113f61f 100644 --- a/public/src/games/monopoly/MonopolyGame.js +++ b/public/src/games/monopoly/MonopolyGame.js @@ -1287,7 +1287,7 @@ export default class MonopolyGame extends Phaser.Scene { ]; const pw = 440, itemH = 48; - const ph = Math.min(620, 60 + items.length * (itemH + 8) + 20); + const ph = Math.min(800, 60 + items.length * (itemH + 8) + 48); const px = GAME_WIDTH/2 - pw/2, py = GAME_HEIGHT/2 - ph/2; const overlay = this.add.graphics().setDepth(DEPTH.popup - 1);