mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-12 12:20:23 +01:00
fix(bottom-bar): fixed height
This commit is contained in:
@@ -137,7 +137,7 @@ export const LinkBottomBar: React.FC = () => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<motion.div
|
<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 }}
|
animate={{ y: 0 }}
|
||||||
initial={{ y: "100%" }}
|
initial={{ y: "100%" }}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user