Skip to content

Commit fe0491c

Browse files
BrunoQuaresmapull[bot]
authored andcommitted
fix(site): fix vertical scroll in the bottom bar (#9270)
1 parent a4f5b18 commit fe0491c

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)