Edit style navbar, bottom nav
All checks were successful
Build frontend / build (push) Successful in 47s
All checks were successful
Build frontend / build (push) Successful in 47s
This commit is contained in:
@ -29,8 +29,8 @@ export default function BottomNav({ isOwner, isOwnerOrAgent }) {
|
||||
};
|
||||
|
||||
return (
|
||||
<div className="flex justify-center pb-4 pt-2">
|
||||
<nav className="bg-gray-50 rounded-3xl px-4 py-2 shadow-[0_4px_24px_rgba(251,146,60,0.25)]">
|
||||
<div className="fixed bottom-0 left-0 right-0 z-50 flex justify-center pb-4 pt-2 pointer-events-none">
|
||||
<nav className="bg-gray-50 rounded-3xl px-4 py-2 shadow-[0_4px_24px_rgba(251,146,60,0.25)] pointer-events-auto">
|
||||
<div className="flex items-center justify-center gap-1">
|
||||
{items.map((it) => {
|
||||
const Icon = it.icon;
|
||||
|
||||
Reference in New Issue
Block a user