Fixed x overflow of tooltip in navabar
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Logo styles */
|
/* Logo styles */
|
||||||
|
|||||||
@@ -164,7 +164,7 @@ export default function NavBar() {
|
|||||||
</Box>
|
</Box>
|
||||||
|
|
||||||
<ThemeToggle />
|
<ThemeToggle />
|
||||||
<Tooltip title={t('openSettings')}>
|
<Tooltip title={t('openSettings')} placement='bottom-end'>
|
||||||
<IconButton onClick={handleOpenUserMenu} sx={{ p: 0 }}>
|
<IconButton onClick={handleOpenUserMenu} sx={{ p: 0 }}>
|
||||||
<Avatar alt="Florian Speicher" src="/static/images/avatar/2.jpg" />
|
<Avatar alt="Florian Speicher" src="/static/images/avatar/2.jpg" />
|
||||||
</IconButton>
|
</IconButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user