From 6a1fc193f483d3e0bdde16723da739c7037d4776 Mon Sep 17 00:00:00 2001 From: LandaMm Date: Wed, 4 Jun 2025 20:07:58 +0200 Subject: [PATCH] fix: double scrollbar on desktop --- web/src/layout/DashboardLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/layout/DashboardLayout.tsx b/web/src/layout/DashboardLayout.tsx index 24321de..a0368e4 100644 --- a/web/src/layout/DashboardLayout.tsx +++ b/web/src/layout/DashboardLayout.tsx @@ -7,7 +7,7 @@ import { Outlet } from "react-router"; const DashboardLayout: FC = () => { return (
- +
icon