Hid unneded scrollbars

This commit is contained in:
2023-11-14 08:29:46 +01:00
parent 378dfcf351
commit 2c03ada393
7 changed files with 8 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ import {html} from '@codemirror/lang-html'
</script>
<template>
<div class="editor w-full h-full bg-[#282C34] rounded-2xl overflow-x-scroll">
<div class="editor w-full h-full bg-[#282C34] rounded-2xl overflow-x-auto">
<codemirror
style="height: 100%; width: 100%; padding:1rem ; border-radius: 1rem; font-size: large;"