Skip to content

Commit c974b01

Browse files
authored
Merge branch 'master' into fix/responsive_issue_catalog_2
2 parents 2b33f35 + 4b0318e commit c974b01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/custom/CatalogFilterSection/CatalogFilterSidebar.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@ const CatalogFilterSidebar: React.FC<CatalogFilterSidebarProps> = ({
141141
style={{
142142
height: '75vh',
143143
overflowY: 'auto',
144-
background: theme.palette.background.surfaces
144+
background: theme.palette.background.surfaces,
145+
padding: '0 16px'
145146
}}
146147
>
147148
<CatalogFilterSidebarState

0 commit comments

Comments
 (0)