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.
2 parents 2f1c8b5 + 1e60866 commit 384a157Copy full SHA for 384a157
src/app/components/Action.tsx
@@ -153,7 +153,7 @@ const Action = (props: ActionProps): JSX.Element => {
153
</div>
154
</Trigger>
155
<Hover type="hover">
156
- <div style={{ padding: '0.5rem 1rem' }} id="hover-box">
+ <div style={{ zIndex: 1, position: 'relative', padding: '0.5rem 1rem' }} id="hover-box">
157
<p>{(logChangedState(index))}</p>
158
159
</Hover>
0 commit comments