Skip to content

Commit 384a157

Browse files
authored
Merge pull request #5 from oslabs-beta/edar-branch
fixed visibility of time-button hover across all tabs
2 parents 2f1c8b5 + 1e60866 commit 384a157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/Action.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ const Action = (props: ActionProps): JSX.Element => {
153153
</div>
154154
</Trigger>
155155
<Hover type="hover">
156-
<div style={{ padding: '0.5rem 1rem' }} id="hover-box">
156+
<div style={{ zIndex: 1, position: 'relative', padding: '0.5rem 1rem' }} id="hover-box">
157157
<p>{(logChangedState(index))}</p>
158158
</div>
159159
</Hover>

0 commit comments

Comments
 (0)