fix layout
This commit is contained in:
@@ -159,7 +159,7 @@ const createLink = (link: string) => {
|
||||
}
|
||||
</script>
|
||||
<template>
|
||||
<div class="relative overflow-x-hidden" ref="editorElement">
|
||||
<div class="relative" ref="editorElement">
|
||||
<CKEditor
|
||||
class="w-full flex-grow text-[110%] font-light"
|
||||
:editor="editor"
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
@import '@fontsource/source-sans-pro';
|
||||
@import '@fontsource/source-sans-pro/300';
|
||||
|
||||
* {
|
||||
-webkit-touch-callout: none;
|
||||
}
|
||||
|
||||
html {
|
||||
// height: -webkit-fill-available;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user