Skip to content

Commit

Permalink
fix explore button tooltip scrollbar blink
Browse files Browse the repository at this point in the history
  • Loading branch information
eimrek committed Jul 23, 2024
1 parent cb30b30 commit 972a36a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/components/ExploreButton/styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.explore_btn_tooltip {
position: fixed;
}

.explore_btn_tooltip > .tooltip-inner {
max-width: 400px;
}
Expand Down

0 comments on commit 972a36a

Please sign in to comment.