Skip to content

Commit 6b8aad9

Browse files
committed
overflow scroll -> auto, fixes #27
1 parent 3df18bf commit 6b8aad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/App.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ let showGuiSettings = $state(false);
166166
width: 100%;
167167
background: inherit;
168168
visibility: visible;
169-
overflow: scroll;
169+
overflow: auto;
170170
}
171171
.hidden {
172172
opacity: 0;

0 commit comments

Comments
 (0)