Edit style navbar, bottom nav
All checks were successful
Build frontend / build (push) Successful in 47s

This commit is contained in:
Rahaf
2026-06-28 16:57:02 +03:00
parent d7ef0977ad
commit 253e1b7542
4 changed files with 43 additions and 43 deletions

View File

@ -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;