Skip to content

Commit

Permalink
Fix scrolling issue for the preview extension (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanzhong authored Jun 11, 2023
1 parent 0c6d58c commit 9341f68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CoreEditor/src/@light/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
<div id="editor"></div>
<script type=module src="./index.ts"></script>
<style>
html, body {
overflow: scroll !important;
}

.cm-editor {
height: 100% !important;
}

.cm-content {
padding-top: 4px !important;
padding-bottom: 4px !important;
Expand Down

0 comments on commit 9341f68

Please sign in to comment.