diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index adc9221..37cf9af 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -43,8 +43,10 @@ const DEV_USERS = [ ]; function DevUserSwitcher() { + // Native title (not a MUI Tooltip): a Tooltip stays anchored while the + // dropdown is open and covers the first menu items. return ( - + - + ); }