Skip to content

Commit

Permalink
fix(frontend): Fix clipped date picker
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Jan 25, 2024
1 parent 35a3c45 commit 6a72cfe
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 6a72cfe

Please sign in to comment.