Fixed extra long popup
This commit is contained in:
parent
e7334d8a7c
commit
fe2d070426
2 changed files with 5 additions and 2 deletions
|
|
@ -13,10 +13,9 @@ const Popup = () => {
|
|||
|
||||
return (
|
||||
<ThemeProvider theme={theme}>
|
||||
<Flex>
|
||||
<Flex sx={{ height: '100%' }}>
|
||||
<Flex
|
||||
sx={{
|
||||
height: '100vh',
|
||||
minWidth: '36px',
|
||||
backgroundColor: 'primary',
|
||||
alignItems: 'center',
|
||||
|
|
|
|||
|
|
@ -14,3 +14,7 @@ body {
|
|||
input {
|
||||
font-family: 'Nunito', Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
#app-container {
|
||||
display: inline;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue