From 9daf384514658b2e9cf1338e60f3ceca3c88709c Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 18 Aug 2025 16:04:18 +0300 Subject: [PATCH] fix (web): optimization mobile navigation bar --- apps/web/src/pages/account/AccountPage.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/apps/web/src/pages/account/AccountPage.css b/apps/web/src/pages/account/AccountPage.css index ca85559..947b27e 100644 --- a/apps/web/src/pages/account/AccountPage.css +++ b/apps/web/src/pages/account/AccountPage.css @@ -6,12 +6,13 @@ .main_down_menu { display: none; - position: fixed; + position: absolute; bottom: 0; - width: 100%; + left: 0; + width: calc(100%); justify-content: space-around; background-color: var(--md-sys-color-background); - padding: 10px 0; + padding: 5px 0 10px 0; z-index: 4; } .main_down_menu_item {