diff --git a/app/globals.css b/app/globals.css index e6699d5..77c00ed 100644 --- a/app/globals.css +++ b/app/globals.css @@ -48,8 +48,8 @@ body { } .filterwindow-wrapper { - top: calc(100% + 20px); - right: 0px; + top: 100%; + right: -1.25rem; height: 30dvh; } diff --git a/components/filter.tsx b/components/filter.tsx index b54cce9..1c365ae 100644 --- a/components/filter.tsx +++ b/components/filter.tsx @@ -51,13 +51,13 @@ export default function Filter(props: FilterProps) { duration={500} height={props.filterHeight} // see props documentation below > -
Filters