Allow the Add Link button to scroll instead of being fixed to the bottom

This commit is contained in:
Jackson Harper 2023-02-27 13:45:14 +08:00
parent 4fc1c4e847
commit 712b163512

View file

@ -309,8 +309,7 @@ function AddLinkButton(props: AddLinkButtonProps): JSX.Element {
<>
<VStack
css={{
position: 'fixed',
bottom: '0',
marginTop: 'auto',
width: '233px',
height: '80px',
pl: '25px',