From 03ec32c0a25390efcaf667d8f18e5ca7f9971742 Mon Sep 17 00:00:00 2001 From: Dhaverd Date: Sun, 10 May 2026 20:41:32 +0200 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20app/routes/home.tsx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/home.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/routes/home.tsx b/app/routes/home.tsx index 12b96e9..e5220e3 100644 --- a/app/routes/home.tsx +++ b/app/routes/home.tsx @@ -92,9 +92,10 @@ export default function Home() { onMouseLeave={() => setFabIsHovered(false)} variant={fabIsHovered ? 'extended' : 'circular'} sx={{ - position: 'absolute', + position: 'fixed', bottom: 16, right: 16, + z-index: 1000, width: fabIsHovered ? '160px' : '56px', // Переход между кругом и овалом transition: 'width 0.3s ease-in-out', overflow: 'hidden',