Skip to content

Commit 26d05eb

Browse files
committed
style: update overflow property to auto in status-by-file-wrapper
1 parent bb5c52b commit 26d05eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lunaria/styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export const BaseStyles = html`
176176
}
177177
178178
.status-by-file-wrapper {
179-
overflow-x: scroll;
179+
overflow-x: auto;
180180
margin-bottom: 1rem;
181181
border: 1px solid var(--ln-color-table-border);
182182
border-radius: 0.375rem;

0 commit comments

Comments
 (0)