Dropdown menu refactors

This commit is contained in:
Tom Moor
2017-09-09 22:12:59 -07:00
parent c919e51ce6
commit fff8e7ad41
12 changed files with 221 additions and 130 deletions

View File

@ -6,7 +6,6 @@ const Scroll = styled.div`
height: 100%;
overflow-y: auto;
overflow-x: hidden;
transform: translateZ(0);
-webkit-overflow-scrolling: touch;
`;