Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 9dbaba1

Browse files
committed
Removed height 100% on tilemap
1 parent 25cf0b7 commit 9dbaba1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/tile-map.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ export default class TileMap extends Component {
9494
position: 'absolute',
9595
imageRendering: 'pixelated',
9696
display: 'block',
97-
height: '100%',
9897
transform: `translate(-${left}px, 0px)`,
9998
};
10099
}

0 commit comments

Comments
 (0)