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 a79f4f0 commit 4a14a08
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" style={{ height: "100vh", width: "100vw" }}>
<div className="flex flex-col" style={{ overflow: "hidden", height: "100vh", width: "100vw" }}>
<Map
tileProps={{ updateInterval: 500 }}
containerProps={{ preferCanvas: true }}
Expand Down

0 comments on commit 4a14a08

Please sign in to comment.