We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1d27d commit f9719c8Copy full SHA for f9719c8
README.md
@@ -84,6 +84,7 @@ The next step is to set up a `template` to link `code-input` to your syntax-high
84
<!--...-->
85
<script src="plugins/autodetect.js"></script>
86
<script src="plugins/indent.js"></script>
87
+<script src="plugins/autocomplete.js"></script>
88
89
<script>
90
codeInput.registerTemplate("syntax-highlighted",
code-input.css
@@ -9,6 +9,8 @@ code-input {
9
top: 0;
10
left: 0;
11
display: block;
12
+ /* Only scroll inside elems */
13
+ overflow: hidden;
14
15
/* Normal inline styles */
16
padding: 8px;
0 commit comments