From 95e3d983162dc9728ec95c8d47de5cafb7a0c326 Mon Sep 17 00:00:00 2001 From: Brett Kolodny Date: Thu, 14 Aug 2025 17:25:08 +0000 Subject: [PATCH 1/4] fix: position absolute --- .../dashboard/DeploymentBanner/DeploymentBannerView.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx b/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx index e6e4c8e32be84..46660c0a0538e 100644 --- a/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx +++ b/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx @@ -105,8 +105,9 @@ export const DeploymentBannerView: FC = ({ return (
Date: Thu, 14 Aug 2025 17:48:13 +0000 Subject: [PATCH 2/4] fix: revert --- site/src/modules/dashboard/DashboardLayout.tsx | 2 +- .../dashboard/DeploymentBanner/DeploymentBannerView.tsx | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/site/src/modules/dashboard/DashboardLayout.tsx b/site/src/modules/dashboard/DashboardLayout.tsx index 2fdc04d21da9d..4a7fc7d966222 100644 --- a/site/src/modules/dashboard/DashboardLayout.tsx +++ b/site/src/modules/dashboard/DashboardLayout.tsx @@ -23,7 +23,7 @@ export const DashboardLayout: FC = () => { {canViewDeployment && } -
+
diff --git a/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx b/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx index 46660c0a0538e..e6e4c8e32be84 100644 --- a/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx +++ b/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx @@ -105,9 +105,8 @@ export const DeploymentBannerView: FC = ({ return (
Date: Thu, 14 Aug 2025 18:13:58 +0000 Subject: [PATCH 3/4] fix: scroll --- site/src/modules/dashboard/DashboardLayout.tsx | 2 +- .../dashboard/DeploymentBanner/DeploymentBannerView.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/site/src/modules/dashboard/DashboardLayout.tsx b/site/src/modules/dashboard/DashboardLayout.tsx index 4a7fc7d966222..2fdc04d21da9d 100644 --- a/site/src/modules/dashboard/DashboardLayout.tsx +++ b/site/src/modules/dashboard/DashboardLayout.tsx @@ -23,7 +23,7 @@ export const DashboardLayout: FC = () => { {canViewDeployment && } -
+
diff --git a/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx b/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx index e6e4c8e32be84..46660c0a0538e 100644 --- a/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx +++ b/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx @@ -105,8 +105,9 @@ export const DeploymentBannerView: FC = ({ return (
Date: Thu, 14 Aug 2025 19:27:22 +0000 Subject: [PATCH 4/4] fix: revert scroll behavior --- site/src/modules/dashboard/DashboardLayout.tsx | 4 ++-- .../dashboard/DeploymentBanner/DeploymentBannerView.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/site/src/modules/dashboard/DashboardLayout.tsx b/site/src/modules/dashboard/DashboardLayout.tsx index 2fdc04d21da9d..1bbf5347e085e 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 46660c0a0538e..60681db06102a 100644 --- a/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx +++ b/site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx @@ -107,7 +107,7 @@ export const DeploymentBannerView: FC = ({