diff --git a/packages/ui/src/GlobalSearch.jsx b/packages/ui/src/GlobalSearch.jsx index bef0acf21..85d0b5f8d 100644 --- a/packages/ui/src/GlobalSearch.jsx +++ b/packages/ui/src/GlobalSearch.jsx @@ -49,6 +49,8 @@ const useStyles = makeStyles((theme) => ({ right: "10px", }, modal: { + // leave the space that will be hidden behind the logo bar unused + paddingTop: (window.configShowTopBar ?? false) ? "50px" : "", "& .MuiDialog-scrollPaper": { alignItems: "start", "& .MuiDialog-paperWidthSm": {