Skip to content

Commit

Permalink
Hide overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Jan 28, 2024
1 parent 8280f4b commit d630931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liberica/src/page/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function Game() {

return ws ? (
<GameStateContext.Provider value={gs}>
<div className="flex flex-col w-max h-max">
<div className="flex flex-col w-max h-max" style={{ overflow: "hidden" }}>
<Map
tileProps={{ updateInterval: 500 }}
containerProps={{ preferCanvas: true }}
Expand Down

0 comments on commit d630931

Please sign in to comment.