Go back to hiding filters if screen width is too small

This commit is contained in:
Weves 2023-10-28 14:49:51 -07:00 committed by Chris Weaver
parent 59b16ac320
commit 25814d7a23

View File

@ -190,7 +190,7 @@ export const SearchSection: React.FC<SearchSectionProps> = ({
return (
<div className="relative max-w-[2000px] xl:max-w-[1400px] mx-auto">
<div className="absolute left-0 2xl:block w-64">
<div className="absolute left-0 hidden 2xl:block w-64">
{(connectors.length > 0 || documentSets.length > 0) && (
<SourceSelector
timeRange={timeRange}