Copero
Public Snippets
Open Source
PvhwES
Copy Content
import styled from 'styled-components'; export const ListContainer = styled.div` overflow-y: auto; margin: 1%; `; export const List = styled.ul` background: lightblue; width: 20%; height: 2%; `; export const ItemList = styled.li` display: block; list-style: none; `;
Copy Shareable Link