From 9f6c1f8b678a0e5f0536eeb139e9f2b7c7dae522 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 29 Oct 2023 19:20:15 -0400 Subject: [PATCH] Hide scrollbars on search filters bar --- app/scenes/Search/Search.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/scenes/Search/Search.tsx b/app/scenes/Search/Search.tsx index addaae670..f8a6e95f3 100644 --- a/app/scenes/Search/Search.tsx +++ b/app/scenes/Search/Search.tsx @@ -9,6 +9,7 @@ import { Waypoint } from "react-waypoint"; import styled from "styled-components"; import breakpoint from "styled-components-breakpoint"; import { v4 as uuidv4 } from "uuid"; +import { hideScrollbars } from "@shared/styles"; import { DateFilter as TDateFilter } from "@shared/types"; import { SearchParams } from "~/stores/DocumentsStore"; import RootStore from "~/stores/RootStore"; @@ -467,6 +468,7 @@ const Filters = styled(Flex)` overflow-y: hidden; overflow-x: auto; padding: 8px 0; + ${hideScrollbars()} ${breakpoint("tablet")` padding: 0;