From 43cb2b82f3445d97310891463947cef0c1e8dd57 Mon Sep 17 00:00:00 2001
From: Pragadesh-45 <54320162+Pragadesh-45@users.noreply.github.com>
Date: Mon, 14 Oct 2024 12:06:06 +0530
Subject: [PATCH] Style: Update `Toolhint` Z-Index and Add Toolhint for
`GlobalEnvironmentSelector` (#3284)
* style: add z-index for `ToolHint`
* chore: add toohint for global env selector
---
.../src/components/RequestTabs/CollectionToolBar/index.js | 7 ++++++-
packages/bruno-app/src/components/ToolHint/index.js | 1 +
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/packages/bruno-app/src/components/RequestTabs/CollectionToolBar/index.js b/packages/bruno-app/src/components/RequestTabs/CollectionToolBar/index.js
index e19da78da..da3568960 100644
--- a/packages/bruno-app/src/components/RequestTabs/CollectionToolBar/index.js
+++ b/packages/bruno-app/src/components/RequestTabs/CollectionToolBar/index.js
@@ -68,7 +68,12 @@ const CollectionToolBar = ({ collection }) => {
-
+
+
+
+
+
+
diff --git a/packages/bruno-app/src/components/ToolHint/index.js b/packages/bruno-app/src/components/ToolHint/index.js
index 5ca7af233..ffd68df8d 100644
--- a/packages/bruno-app/src/components/ToolHint/index.js
+++ b/packages/bruno-app/src/components/ToolHint/index.js
@@ -22,6 +22,7 @@ const ToolHint = ({
...tooltipStyle,
fontSize: '0.75rem',
padding: '0.25rem 0.5rem',
+ zIndex: 9999,
backgroundColor: toolhintBackgroundColor,
color: toolhintTextColor
};