From ad635008ebe474db41c943b4085d482bbee14c64 Mon Sep 17 00:00:00 2001 From: LandaMm Date: Sat, 7 Jun 2025 02:37:03 +0200 Subject: [PATCH] fix: scrolling + background + height on devices --- web/src/components/Home/TopBar/index.tsx | 2 +- web/src/layout/DashboardLayout.tsx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/components/Home/TopBar/index.tsx b/web/src/components/Home/TopBar/index.tsx index 098e589..97017a1 100644 --- a/web/src/components/Home/TopBar/index.tsx +++ b/web/src/components/Home/TopBar/index.tsx @@ -6,7 +6,7 @@ const TopBar: FC = () => { const [barItems, isActive] = useBarItems(); return ( -
+
{barItems.map((item) => (
{ return (
- -
-
+ +
+
icon
@@ -20,12 +20,12 @@ const DashboardLayout: FC = () => {
-
+