Hid unneded scrollbars
This commit is contained in:
@@ -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;"
|
||||
|
||||
Reference in New Issue
Block a user