File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
site/src/modules/dashboard Expand file tree Collapse file tree 2 files changed +3
-3
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 @@ -107,7 +107,7 @@ export const DeploymentBannerView: FC<DeploymentBannerViewProps> = ({
107
107
< div
108
108
className = "w-full"
109
109
css = { {
110
- position : "fixed " ,
110
+ position : "sticky " ,
111
111
lineHeight : 1 ,
112
112
height : bannerHeight ,
113
113
bottom : 0 ,
You can’t perform that action at this time.
0 commit comments