diff --git a/components/dashboard/table/Filters.js b/components/dashboard/table/Filters.js index 7bff24baccf..2d3302ad1cf 100644 --- a/components/dashboard/table/Filters.js +++ b/components/dashboard/table/Filters.js @@ -68,13 +68,14 @@ export default function Filters({ {open && (
0) ? `left-[${x}px]` : "left-[14px]"}`} style={{ - position: strategy, top: y ?? '', - left: x ?? '', + left: x > 0 ? x : "", }} - data-testid="Filter-menu"> -
+ data-testid="Filter-menu" + > +

Filter Issues