From 03d253fa0d47bcd5247eeaf227741d6e5a969ff8 Mon Sep 17 00:00:00 2001 From: leopragi Date: Tue, 22 Jul 2025 21:30:06 +0530 Subject: [PATCH] fix: add overflow hidden --- components/header-bar/src/profile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/components/header-bar/src/profile.js b/components/header-bar/src/profile.js index 683807205..e70c5388b 100755 --- a/components/header-bar/src/profile.js +++ b/components/header-bar/src/profile.js @@ -65,6 +65,7 @@ const Profile = ({ name, email, avatarId, helpUrl }) => { .headerbar-profile { position: relative; height: 100%; + overflow: hidden; } .headerbar-profile-btn {