From 6a72cfe562d2f23316a0e4a2daa2af6387ecc86a Mon Sep 17 00:00:00 2001 From: Michael Matloka Date: Thu, 25 Jan 2024 17:53:12 +0100 Subject: [PATCH] fix(frontend): Fix clipped date picker --- .../lib/components/PropertyFilters/components/FilterRow.scss | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/lib/components/PropertyFilters/components/FilterRow.scss b/frontend/src/lib/components/PropertyFilters/components/FilterRow.scss index 8b07ffb8b56b2..9b44fdd52b12b 100644 --- a/frontend/src/lib/components/PropertyFilters/components/FilterRow.scss +++ b/frontend/src/lib/components/PropertyFilters/components/FilterRow.scss @@ -1,6 +1,5 @@ -.filter-row-popover { - // so the datepicker is visible - overflow: visible; +.filter-row-popover .Popover__box { + overflow: visible; // Only required because the Ant popover is rendered _within_ the filter popover } .property-filter-row {