Skip to content

Commit 0fd2164

Browse files
atrakhConvex, Inc.
authored andcommitted
dashboard: make sure deployment banners dont interfere with the heigh… (#40691)
…t of the content GitOrigin-RevId: a4976bd4f8595137be10e8b412f95c736e701aec
1 parent b6ed2b1 commit 0fd2164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm-packages/dashboard-common/src/layouts/DeploymentDashboardLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ export function DeploymentDashboardLayout({
126126
<div className="flex h-full grow flex-col overflow-y-hidden">
127127
<PauseBanner />
128128
<NodeVersionBanner />
129-
<div className="flex h-full flex-col sm:flex-row">
129+
<div className="flex h-full flex-col overflow-y-auto sm:flex-row">
130130
<Sidebar
131131
collapsed={!!collapsed}
132132
setCollapsed={setCollapsed}

0 commit comments

Comments
 (0)