Skip to content
This repository has been archived by the owner on Jun 15, 2022. It is now read-only.

Commit

Permalink
fix: add min height to webview
Browse files Browse the repository at this point in the history
  • Loading branch information
antsgar committed Mar 19, 2021
1 parent 817d13e commit bff052a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/screens/Compose/ComponentView.styled.ts
Expand Up @@ -32,6 +32,7 @@ export const StyledWebview = styled(WebView)`
flex: 1;
background-color: transparent;
opacity: 0.99;
min-height: 1px;
`;

export const StyledIcon = styled(Icon).attrs(({ theme }) => ({
Expand Down

0 comments on commit bff052a

Please sign in to comment.