From fc5782c872f3106114922997c163ce06db79af72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20S=C3=A1nchez?= Date: Wed, 1 Jul 2026 21:33:43 -0600 Subject: [PATCH] fix[frontend](layout): removed bottom padding so socai floating pill floats over content --- frontend/src/shared/layouts/DashboardLayout/index.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/frontend/src/shared/layouts/DashboardLayout/index.tsx b/frontend/src/shared/layouts/DashboardLayout/index.tsx index 780457ab0..64e8edc72 100644 --- a/frontend/src/shared/layouts/DashboardLayout/index.tsx +++ b/frontend/src/shared/layouts/DashboardLayout/index.tsx @@ -19,9 +19,8 @@ export function DashboardLayout() {
- {/* pb-16 keeps page content clear of the fixed SOC-AI floating pill at - the bottom-center, which would otherwise overlap end-of-page content. */} -
+ {/* no padding on bottom section son socai pill overlaps page end as desired */} +