Skip to content

Commit c10cd6d

Browse files
committed
fix workflow z index
1 parent 03400ce commit c10cd6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/src/features/crawl-workflows/workflow-list.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,10 +264,9 @@ export class WorkflowListItem extends BtrixElement {
264264
}
265265
266266
.col sl-tooltip > *,
267-
.col btrix-popover > *,
268-
.col btrix-overflow-dropdown {
267+
.col btrix-popover > * {
269268
/* Place above .rowClickTarget::after overlay */
270-
z-index: 10;
269+
z-index: 2;
271270
position: relative;
272271
}
273272

0 commit comments

Comments
 (0)