Skip to content

Commit 54319c4

Browse files
committed
Fixes z-index on home branch cards
1 parent 180c436 commit 54319c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/webviews/apps/plus/home/components/branch-card.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export const branchCardStyles = css`
132132
133133
.branch-item__collapsed-actions {
134134
position: absolute;
135+
z-index: var(--gl-branch-card-actions-zindex, 2);
135136
right: 0.4rem;
136137
bottom: 0.4rem;
137138
padding: 0.2rem 0.4rem;

0 commit comments

Comments
 (0)