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 d3e961d commit f6b46cbCopy full SHA for f6b46cb
src/css/unison-share/page/project-contribution-changes-page.css
@@ -254,9 +254,6 @@
254
255
& .diff-side {
256
width: 50%;
257
- overflow-x: auto;
258
- /* TODO: yikes, well that seems like a hack */
259
- overflow-y: hidden;
260
261
& header {
262
background: var(--u-color_element_subdued);
@@ -274,6 +271,12 @@
274
271
275
272
& code {
276
273
width: 100%;
+ display: flex;
+ overflow-x: auto;
+ }
277
+
278
+ & code > div {
279
+ width: max-content;
280
}
281
282
@@ -348,6 +351,8 @@
348
351
349
352
350
353
& .gutter {
354
+ position: sticky;
355
+ left: 0;
356
357
color: var(--u-color_text_very-subdued);
358
border-right: 1px solid var(--u-color_border_subdued);
0 commit comments