feat: Adds visual stacking to nested modals (#1189)

Fixes various mobile styling/layout issues
This commit is contained in:
Tom Moor
2020-02-26 19:36:23 -08:00
committed by GitHub
parent f8c53f8a88
commit afba1edae4
5 changed files with 76 additions and 20 deletions

View File

@ -69,6 +69,7 @@ export const Outline = styled(Flex)`
border-radius: 4px;
font-weight: normal;
align-items: center;
overflow: hidden;
`;
export const LabelText = styled.div`