Update layout and add tooltips (#483)

This commit is contained in:
Jeremy 2024-11-04 20:26:38 +03:00 committed by GitHub
parent 5190b109c9
commit affd387d03
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 107 additions and 48 deletions

View file

@ -346,7 +346,7 @@ export const Toolbar = ({
return (
<TooltipProvider delayDuration={0}>
<motion.div
className="cursor-pointer fixed right-6 bottom-6 p-1.5 border rounded-full shadow-lg bg-background flex flex-col justify-end"
className="cursor-pointer absolute right-6 bottom-6 p-1.5 border rounded-full shadow-lg bg-background flex flex-col justify-end"
initial={{ opacity: 0, y: -20, scale: 1 }}
animate={
isToolbarVisible