mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Merge pull request #28212 from overleaf/td-hide-sidebar-nav-dropdown-toggle-tooltip
Hide sidebar nav dropdown toggle tooltip GitOrigin-RevId: 971022c9ed46d947886f11a55972188d2fafbcdc
This commit is contained in:
@@ -93,8 +93,8 @@ function SidebarDsNav() {
|
||||
id="help-icon"
|
||||
overlayProps={{
|
||||
placement: 'top',
|
||||
show: showHelpDropdown ? false : undefined,
|
||||
}}
|
||||
hidden={showHelpDropdown}
|
||||
>
|
||||
<div>
|
||||
<Question size={24} />
|
||||
@@ -138,8 +138,8 @@ function SidebarDsNav() {
|
||||
id="open-account"
|
||||
overlayProps={{
|
||||
placement: 'top',
|
||||
show: showAccountDropdown ? false : undefined,
|
||||
}}
|
||||
hidden={showAccountDropdown}
|
||||
>
|
||||
<div>
|
||||
<User size={24} />
|
||||
|
||||
Reference in New Issue
Block a user