@@ -92,6 +92,7 @@ const Container = styled.div`
flex-wrap: nowrap;
justify-content: flex-start;
width: 100vw;
+ border-top: 2px solid #333;
}
`;
@@ -63,5 +63,6 @@ const Scroll = styled.div`
padding: 0 ${(1 / 24) * 100}%;
height: 100%;
overflow-y: unset;
+ padding-bottom: 290px;