File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
site/src/modules/dashboard Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -23,10 +23,10 @@ export const DashboardLayout: FC = () => {
23
23
{ canViewDeployment && < LicenseBanner /> }
24
24
< AnnouncementBanners />
25
25
26
- < div className = "flex flex-col h-screen" >
26
+ < div className = "flex flex-col min- h-screen" >
27
27
< Navbar />
28
28
29
- < div className = "flex flex-col flex-1 min-h-0" >
29
+ < div className = "flex flex-col flex-1 min-h-0 pb-12 " >
30
30
< Suspense fallback = { < Loader /> } >
31
31
< Outlet />
32
32
</ Suspense >
Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ export const DeploymentBannerView: FC<DeploymentBannerViewProps> = ({
105
105
106
106
return (
107
107
< div
108
+ className = "w-full"
108
109
css = { {
109
110
position : "sticky" ,
110
111
lineHeight : 1 ,
You can’t perform that action at this time.
0 commit comments