mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
fix(bottom-bar): fixed height
This commit is contained in:
@@ -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%" }}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user