fix: Unneccessary scrollbar

This commit is contained in:
Tom Moor
2020-11-08 20:04:46 -08:00
parent 02e7e75cb9
commit 0372ff2727

View File

@@ -403,7 +403,8 @@ const Filters = styled(Flex)`
margin-bottom: 12px;
opacity: 0.85;
transition: opacity 100ms ease-in-out;
overflow-y: auto;
overflow-y: hidden;
overflow-x: auto;
padding: 8px 0;
${breakpoint("tablet")`