mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
fix: readwise button not clickable on integrations page
We have set the height of the container to 800px which is too small. * set height of the container to 100% * remove unused <Box> component
This commit is contained in:
parent
a413521e3b
commit
7018bd8285
1 changed files with 1 additions and 2 deletions
|
|
@ -232,7 +232,7 @@ export default function Integrations(): JSX.Element {
|
|||
css={{
|
||||
width: '80%',
|
||||
margin: '0 auto',
|
||||
height: '800px',
|
||||
height: '100%',
|
||||
'@smDown': {
|
||||
width: '100%',
|
||||
},
|
||||
|
|
@ -307,7 +307,6 @@ export default function Integrations(): JSX.Element {
|
|||
)
|
||||
})}
|
||||
</VStack>
|
||||
<Box css={{ height: '400px', width: '100% ' }} />
|
||||
</VStack>
|
||||
</SettingsLayout>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue