From 362c78a705778feed2d48c3c6917062ee2302ad7 Mon Sep 17 00:00:00 2001 From: Brett Kolodny Date: Thu, 14 Aug 2025 15:35:42 -0400 Subject: [PATCH] fix: ensure deployment banner is always on the bottom (#19361) --- site/src/modules/dashboard/DashboardLayout.tsx | 4 ++-- .../dashboard/DeploymentBanner/DeploymentBannerView.tsx | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/site/src/modules/dashboard/DashboardLayout.tsx b/site/src/modules/dashboard/DashboardLayout.tsx index 2fdc04d21d..1bbf5347e0 100644 --- a/site/src/modules/dashboard/DashboardLayout.tsx +++ b/site/src/modules/dashboard/DashboardLayout.tsx @@ -23,10 +23,10 @@ export const DashboardLayout: FC = () => { {canViewDeployment && } -
+
-
+
}> diff --git a/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx b/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx index e6e4c8e32b..60681db061 100644 --- a/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx +++ b/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx @@ -105,6 +105,7 @@ export const DeploymentBannerView: FC = ({ return (