Skip to content

Commit e99d782

Browse files
committed
Fix tooltip clipping in diffs
1 parent 053cc65 commit e99d782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/unison-share/page/project-contribution-changes-page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
& .definition-change-header {
8787
border-radius: var(--border-radius-base);
8888
background: var(--color-card-bg);
89-
z-index: 100;
89+
z-index: var(--layer-popover);
9090
position: sticky;
9191
top: 0;
9292
padding: 0.5rem;

0 commit comments

Comments
 (0)