From 266ea99a77d877433cba47c4168bbd9685ea9501 Mon Sep 17 00:00:00 2001 From: Martynas Bagdonas Date: Tue, 31 May 2022 15:37:30 +0300 Subject: [PATCH] Fix library tab tooltip always staying on top --- chrome/content/zotero/components/tabBar.jsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/components/tabBar.jsx b/chrome/content/zotero/components/tabBar.jsx index a33db03a1d..791608d544 100644 --- a/chrome/content/zotero/components/tabBar.jsx +++ b/chrome/content/zotero/components/tabBar.jsx @@ -302,7 +302,10 @@ const TabBar = forwardRef(function (props, ref) { onWheel={handleWheel} >
-
+
{tabs.length ? renderTab(tabs[0], 0) : null}