add options scroll

pull/1950/head
cudr 7 years ago
parent 3701e0d582
commit 79a7166564

@ -5,6 +5,7 @@
<style>
.options {
padding: 0 1rem;
overflow-y: auto;
font-family: var(--font-ui);
font-size: 1.3rem;
color: #999;
@ -141,4 +142,4 @@
<input type="checkbox" bind:checked={options.legacy}> <span class="boolean">{options.legacy}</span>
</label>
});
</div>
</div>

Loading…
Cancel
Save