Skip to content

Commit 1d23f2b

Browse files
committed
delete max height
1 parent abebf83 commit 1d23f2b

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/pages/BuildingPage.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,7 @@ export function BuildingPage() {
273273
<h2 className="text-2xl font-bold mb-4">階層図</h2>
274274
</div>
275275

276-
<div
277-
className="bg-gray-200 overflow-auto"
278-
style={{ maxHeight: "600px" }}
279-
>
276+
<div className="bg-gray-200">
280277
{building.image ? (
281278
<img
282279
src={building.image}

0 commit comments

Comments
 (0)