From 972a36a15ac18583c7eb00a6b9a2960bfb4bc8f2 Mon Sep 17 00:00:00 2001 From: Kristjan Eimre Date: Tue, 23 Jul 2024 21:22:30 +0300 Subject: [PATCH] fix explore button tooltip scrollbar blink --- lib/components/ExploreButton/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/components/ExploreButton/styles.css b/lib/components/ExploreButton/styles.css index 2c4ad0e..e8ad35f 100644 --- a/lib/components/ExploreButton/styles.css +++ b/lib/components/ExploreButton/styles.css @@ -1,3 +1,7 @@ +.explore_btn_tooltip { + position: fixed; +} + .explore_btn_tooltip > .tooltip-inner { max-width: 400px; }