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