fix: hovering over insights tab does not show pointer (#21772)
This commit is contained in:
@@ -143,7 +143,9 @@ export function SideBar({ bannersHeight, user }: SideBarProps) {
|
||||
|
||||
{!isPlatformPages && (
|
||||
<div>
|
||||
<Tips />
|
||||
<div className="overflow-hidden">
|
||||
<Tips />
|
||||
</div>
|
||||
{bottomNavItems.map((item, index) => (
|
||||
<Tooltip side="right" content={t(item.name)} className="lg:hidden" key={item.name}>
|
||||
<ButtonOrLink
|
||||
|
||||
Reference in New Issue
Block a user