diff --git a/app/routes/home.tsx b/app/routes/home.tsx index e5220e3..5e5d20b 100644 --- a/app/routes/home.tsx +++ b/app/routes/home.tsx @@ -95,7 +95,7 @@ export default function Home() { position: 'fixed', bottom: 16, right: 16, - z-index: 1000, + zIndex: 1000, width: fabIsHovered ? '160px' : '56px', // Переход между кругом и овалом transition: 'width 0.3s ease-in-out', overflow: 'hidden',