import styled from '@emotion/styled'; export const ChainOptionsButtonGroup = styled('div')` display: flex; flex-direction: column; align-items: flex-start; max-height: 160px; overflow-y: auto; `;