fix(bottom-bar): fixed height

This commit is contained in:
Aslam H
2024-09-11 17:27:19 +07:00
parent dfad7651d6
commit 78d8b7c8d1

View File

@@ -137,7 +137,7 @@ export const LinkBottomBar: React.FC = () => {
return (
<motion.div
className="bg-background absolute bottom-0 left-0 right-0 border-t"
className="bg-background absolute bottom-0 left-0 right-0 h-11 border-t"
animate={{ y: 0 }}
initial={{ y: "100%" }}
>