Skip to content

Commit 362c78a

Browse files
authored
fix: ensure deployment banner is always on the bottom (#19361)
1 parent 9cde6e6 commit 362c78a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

site/src/modules/dashboard/DashboardLayout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ export const DashboardLayout: FC = () => {
2323
{canViewDeployment && <LicenseBanner />}
2424
<AnnouncementBanners />
2525

26-
<div className="flex flex-col h-screen">
26+
<div className="flex flex-col min-h-screen">
2727
<Navbar />
2828

29-
<div className="flex flex-col flex-1 min-h-0">
29+
<div className="flex flex-col flex-1 min-h-0 pb-12">
3030
<Suspense fallback={<Loader />}>
3131
<Outlet />
3232
</Suspense>

site/src/modules/dashboard/DeploymentBanner/DeploymentBannerView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export const DeploymentBannerView: FC<DeploymentBannerViewProps> = ({
105105

106106
return (
107107
<div
108+
className="w-full"
108109
css={{
109110
position: "sticky",
110111
lineHeight: 1,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy