Skip to content

Commit 4558d59

Browse files
Assem-UberCopilot
andcommitted
fix: History content negative z-index disallow clicks (cadence-workflow#1069)
* fix content clicks Signed-off-by: Assem Hafez <assem.hafez@uber.com> * Update src/views/workflow-history/workflow-history.styles.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Signed-off-by: Assem Hafez <assem.hafez@uber.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent b91b8b7 commit 4558d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/workflow-history/workflow-history.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const cssStylesObj = {
99
flexDirection: 'column',
1010
flex: 1,
1111
// This is to ensure the header section z-index is relative to this container and do not
12-
// show above external elements like popvers and modals
12+
// show above external elements like popovers and modals
1313
position: 'relative',
1414
zIndex: 0,
1515
},

0 commit comments

Comments
 (0)