Skip to content

Commit 89cbdbb

Browse files
committed
fix(web): use semantic z-index for active session border
1 parent cdccfaf commit 89cbdbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/src/styles/components.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14621,7 +14621,7 @@ body.is-dragging-pane .session-action-btn-drag {
1462114621
content: "";
1462214622
position: absolute;
1462314623
inset: 0;
14624-
z-index: 1;
14624+
z-index: var(--z-inline);
1462514625
border: 1px solid var(--component-mix-border-focus-84pct-transparent);
1462614626
pointer-events: none;
1462714627
}

0 commit comments

Comments
 (0)