Skip to content

Commit

Permalink
Update TopBar styling for minHeight
Browse files Browse the repository at this point in the history
  • Loading branch information
magland committed Jul 29, 2024
1 parent e63959e commit cd1a0d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gui/src/app/pages/HomePage/TopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,12 @@ const TopBar: FunctionComponent<TopBarProps> = ({ title, onSetCollapsed }) => {
position="sticky"
sx={{ zIndex: (theme) => theme.zIndex.drawer + 1 }}
>
<Toolbar variant="dense">
<Toolbar
variant="dense"
sx={{
minHeight: "0px",
}}
>
<IconButton
color="inherit"
aria-label="open menu"
Expand Down

0 comments on commit cd1a0d6

Please sign in to comment.