Fixed ugly sticky in editor

beta
anulax1225 ago%!(EXTRA string=2 days)
parent 45d3e1c948
commit 33ac5e2f12
  1. 2
      resources/js/Components/Editor/Editor.vue

@ -246,7 +246,7 @@ onBeforeUnmount(() => {
<template>
<div v-if="editor" class="notion-editor-container">
<!-- Toolbar based on active tab -->
<div v-show="edit" class="sticky top-16 right-0 left-0 z-10 bg-white border-b border-gray-200 py-2 flex space-x-2 flex-wrap">
<div v-show="edit" class="sticky top-0 pt-16 right-0 left-0 z-10 bg-white border-b border-gray-200 py-2 flex space-x-2 flex-wrap">
<Tabs @active="(tab) => activeTab = tab"/>
<TextTab v-show="activeTab == 'text'" :editor="editor" />
<BlockTab v-show="activeTab == 'blocks'" :editor="editor"/>

Loading…
Cancel
Save