fix layout

This commit is contained in:
Marco Crapts
2023-05-25 16:41:05 +02:00
parent f059cc0291
commit ee8afdf2a7
2 changed files with 5 additions and 1 deletions

View File

@@ -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"

View File

@@ -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%;