Fixed x overflow of tooltip in navabar

This commit is contained in:
FlorianSpeicher
2025-06-03 22:18:57 +02:00
parent 9b538c7df5
commit 804e9c02ac
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
position: absolute;
top: 0;
width: 100%;
overflow-x: hidden;
}
/* Logo styles */

View File

@@ -164,7 +164,7 @@ export default function NavBar() {
</Box>
<ThemeToggle />
<Tooltip title={t('openSettings')}>
<Tooltip title={t('openSettings')} placement='bottom-end'>
<IconButton onClick={handleOpenUserMenu} sx={{ p: 0 }}>
<Avatar alt="Florian Speicher" src="/static/images/avatar/2.jpg" />
</IconButton>