Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 1742352

Browse files
committed
closes #79
1 parent de82ff1 commit 1742352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Preview.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
1818
if (hasScrolling) {
1919
// Prevents vertical scrolling
20-
preview.style.height = 20 + preview.scrollHeight + "px";
20+
preview.style.height = 40 + preview.scrollHeight + "px";
2121
}
2222
});
2323
</script>

0 commit comments

Comments
 (0)