Skip to content

Commit 28e28fe

Browse files
committed
Fix pre scroll ui glitch
1 parent 835baa6 commit 28e28fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ img.notion-page-icon {
350350
tab-size: 2;
351351
display: block;
352352
box-sizing: border-box;
353-
overflow-x: scroll;
353+
overflow-x: auto; /* edit: changed from `scroll` */
354354
background: rgb(247, 246, 243);
355355
font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier,
356356
monospace;

0 commit comments

Comments
 (0)