Fixed out-of-screen tooltips
This commit is contained in:
@@ -55,10 +55,10 @@ import {html} from '@codemirror/lang-html'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="editor w-full max-w-full h-full overflow-scroll">
|
||||
<div class="editor w-full h-full bg-[#282C34] rounded-2xl overflow-x-scroll">
|
||||
|
||||
<codemirror
|
||||
style="height: 100%; width: 100%; padding:1rem ; border-radius: 1rem; font-size: large;"
|
||||
style="height: 100%; width: fit-content; padding:1rem ; border-radius: 1rem; font-size: large;"
|
||||
:model-value="code"
|
||||
@update:model-value="dataUpdated"
|
||||
:extensions="extensions"
|
||||
|
||||
Reference in New Issue
Block a user