diff --git a/src/components/Separator/WithAnchor/index.tsx b/src/components/Separator/WithAnchor/index.tsx index 93455cf..103de18 100644 --- a/src/components/Separator/WithAnchor/index.tsx +++ b/src/components/Separator/WithAnchor/index.tsx @@ -3,7 +3,7 @@ import './style.css'; type SeparatorProps = { pageName: String, pageLink: string, - secondLink?: string + secondLink?: string, } function SeparatorWithAnchor(props: SeparatorProps) { diff --git a/src/pages/BestLocations/index.tsx b/src/pages/BestLocations/index.tsx index 4383ea7..979a618 100644 --- a/src/pages/BestLocations/index.tsx +++ b/src/pages/BestLocations/index.tsx @@ -194,7 +194,7 @@ function BestLocation() { ))}
-
+
{REVIEWERS_TYPE.map((x, idx) => ( onChangeReviewType(e, x.toLowerCase(), idx+1)} diff --git a/src/pages/BestLocations/style.css b/src/pages/BestLocations/style.css index 82dbc01..7f3d2b0 100644 --- a/src/pages/BestLocations/style.css +++ b/src/pages/BestLocations/style.css @@ -54,4 +54,10 @@ a .selected-reviewer-filter:hover{ color: white; cursor: default; +} + +.right-filter { + position: sticky; + align-self: flex-start; + top: 30px; } \ No newline at end of file