mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Allow the Add Link button to scroll instead of being fixed to the bottom
This commit is contained in:
parent
4fc1c4e847
commit
712b163512
1 changed files with 1 additions and 2 deletions
|
|
@ -309,8 +309,7 @@ function AddLinkButton(props: AddLinkButtonProps): JSX.Element {
|
|||
<>
|
||||
<VStack
|
||||
css={{
|
||||
position: 'fixed',
|
||||
bottom: '0',
|
||||
marginTop: 'auto',
|
||||
width: '233px',
|
||||
height: '80px',
|
||||
pl: '25px',
|
||||
|
|
|
|||
Loading…
Reference in a new issue