diff --git a/src/styles/topbar.css b/src/styles/topbar.css index 7f52027..8d44c23 100644 --- a/src/styles/topbar.css +++ b/src/styles/topbar.css @@ -465,7 +465,8 @@ body[data-theme="light"] .user-avatar{ border: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(10px); min-height: 44px; - overflow: hidden; + min-width: max-content; + overflow: visible; } /* User chip used by TopBar.jsx (missing styles before) */