feat: web (#6)
This commit is contained in:
parent
ab667afc30
commit
26c2512d61
60 changed files with 937 additions and 547 deletions
|
|
@ -30,7 +30,7 @@ export default function ScrollToTopButton({
|
|||
return (
|
||||
<Button
|
||||
variant="secondary-2"
|
||||
className={`absolute bottom-4 right-2 rounded-full w-10 h-10 p-0 hover:text-background transition-transform ${showScrollToTop ? '' : 'translate-y-14'}`}
|
||||
className={`absolute bottom-8 right-2 rounded-full w-10 h-10 p-0 hover:text-background transition-transform ${showScrollToTop ? '' : 'translate-y-20'}`}
|
||||
onClick={handleScrollToTop}
|
||||
>
|
||||
<ChevronUp />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue