We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2f7b15 commit dd315a8Copy full SHA for dd315a8
src/test/__snapshots__/tooltip-wrapper.spec.js.snap
@@ -14,14 +14,12 @@ exports[`tooltip props basic tooltip component 1`] = `
14
<div
15
class="react-tooltip"
16
role="tooltip"
17
- style="left: 5px; top: 10px;"
+ style="left: 5px; top: -10px;"
18
>
19
- <button>
20
- button
21
- </button>
+ Shared Global Tooltip
22
23
class="react-tooltip-arrow"
24
- style="left: 5px; top: -4px;"
+ style="left: 5px; bottom: -4px;"
25
/>
26
</div>
27
0 commit comments