We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9476f4 commit 8b62571Copy full SHA for 8b62571
src/css/unison-share/page/project-contribution-changes-page.css
@@ -303,6 +303,8 @@
303
border-bottom: 1px solid var(--u-color_border_subdued);
304
font-size: var(--font-size-extra-small);
305
overflow: hidden;
306
+ position: sticky: left;
307
+ left: 0;
308
}
309
310
& .definition-change.card .collapsed-section .icon {
@@ -362,6 +364,8 @@
362
364
display: flex;
363
365
align-items: center;
366
justify-content: flex-end;
367
368
369
370
371
& .definition-change.card a:hover {
0 commit comments