mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): fix vertical scroll in the bottom bar (#9270)
This commit is contained in:
@@ -260,7 +260,7 @@ const useStyles = makeStyles((theme) => ({
|
||||
height: bannerHeight,
|
||||
bottom: 0,
|
||||
zIndex: 1,
|
||||
padding: theme.spacing(1, 2),
|
||||
padding: theme.spacing(0, 2),
|
||||
backgroundColor: theme.palette.background.paper,
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
|
||||
Reference in New Issue
Block a user