From f65aa1b875f64f26946cde72b9716cfee51fe634 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 31 Jan 2026 12:41:52 +0200 Subject: [PATCH] fix(collections): height affected due to collection properties --- apps/client/src/widgets/collections/geomap/index.css | 2 ++ apps/client/src/widgets/collections/table/index.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/apps/client/src/widgets/collections/geomap/index.css b/apps/client/src/widgets/collections/geomap/index.css index 341dfb6faf..fb4dda6a1e 100644 --- a/apps/client/src/widgets/collections/geomap/index.css +++ b/apps/client/src/widgets/collections/geomap/index.css @@ -2,6 +2,8 @@ overflow: hidden; position: relative; height: 100%; + display: flex; + flex-direction: column; } .geo-map-container { diff --git a/apps/client/src/widgets/collections/table/index.css b/apps/client/src/widgets/collections/table/index.css index 46c2cd2728..5d0725250c 100644 --- a/apps/client/src/widgets/collections/table/index.css +++ b/apps/client/src/widgets/collections/table/index.css @@ -3,6 +3,8 @@ position: relative; height: 100%; user-select: none; + display: flex; + flex-direction: column; .tabulator-tableholder { height: unset !important;