Skip to content

Commit 2c822aa

Browse files
committed
chore: made grid+map layout full
1 parent 6adc861 commit 2c822aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/routes/models/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ export const ModelsPage = () => {
290290

291291
if (mapViewIsActive) {
292292
return (
293-
<div className="w-full grid md:grid-cols-4 md:border rounded-md p-2 md:border-gray-border gap-x-2 mt-10 grid-rows-2 md:grid-rows-1 gap-y-10 md:gap-y-0 h-[600px]">
293+
<div className="w-full grid md:grid-cols-4 md:border rounded-md p-2 md:border-gray-border gap-x-2 mt-10 grid-rows-2 md:grid-rows-1 gap-y-10 md:gap-y-0 min-h-screen">
294294
<div className="col-span-1 md:col-span-2 md:row-start-1 grid grid-cols-1 xl:grid-cols-2 gap-x-7 gap-y-14 overflow-scroll">
295295
<ModelListGridLayout models={data?.results} isPending={isPending} />
296296
</div>

0 commit comments

Comments
 (0)