Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit362c78a

Browse files
authored
fix: ensure deployment banner is always on the bottom (#19361)
1 parent9cde6e6 commit362c78a

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-
<divclassName="flex flex-col h-screen">
26+
<divclassName="flex flex-colmin-h-screen">
2727
<Navbar/>
2828

29-
<divclassName="flex flex-col flex-1 min-h-0">
29+
<divclassName="flex flex-col flex-1 min-h-0 pb-12">
3030
<Suspensefallback={<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)

[8]ページ先頭

©2009-2025 Movatter.jp