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;