add options scroll

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

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

Loading…
Cancel
Save