We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6adc861 commit 2c822aaCopy full SHA for 2c822aa
frontend/src/app/routes/models/index.tsx
@@ -290,7 +290,7 @@ export const ModelsPage = () => {
290
291
if (mapViewIsActive) {
292
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]">
+ <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">
294
<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">
295
<ModelListGridLayout models={data?.results} isPending={isPending} />
296
</div>
0 commit comments