Skip to content

Commit 6c93687

Browse files
fix(site): fix vertical scroll in the bottom bar (coder#9270)
1 parent 2fa6a50 commit 6c93687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/DeploymentBanner/DeploymentBannerView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ const useStyles = makeStyles((theme) => ({
260260
height: bannerHeight,
261261
bottom: 0,
262262
zIndex: 1,
263-
padding: theme.spacing(1, 2),
263+
padding: theme.spacing(0, 2),
264264
backgroundColor: theme.palette.background.paper,
265265
display: "flex",
266266
alignItems: "center",

0 commit comments

Comments
 (0)