Commit b09ab6be authored by Michael Le's avatar Michael Le

Add height for Safari

parent e63e567b
...@@ -47,7 +47,7 @@ export default { ...@@ -47,7 +47,7 @@ export default {
}; };
</script> </script>
<template> <template>
<div class="d-flex flex-grow-1 flex-column"> <div class="d-flex flex-grow-1 flex-column h-100">
<edit-header class="py-2" :title="title" /> <edit-header class="py-2" :title="title" />
<rich-content-editor v-model="editableContent" class="mb-9" /> <rich-content-editor v-model="editableContent" class="mb-9" />
<publish-toolbar <publish-toolbar
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment