@onereach/ui-components 4.2.0-beta.2545.0 → 4.2.0-beta.2547.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1765,7 +1765,7 @@ var script = defineComponent({
1765
1765
  return [...Toolbar, ...(isFocused.value ? ToolbarButtonFocused : ToolbarButton)];
1766
1766
  });
1767
1767
  const editorInputStyles = computed(() => {
1768
- return ['tiptap-editor', ...(props.fullHeight ? ['h-full'] : []), ...EditorInput];
1768
+ return ['tiptap-editor', ...(props.fullHeight ? ['h-[88%] overflow-y-auto'] : []), ...EditorInput];
1769
1769
  });
1770
1770
  //Effects
1771
1771
  watch(proxyModelValue, value => {
@@ -1881,7 +1881,9 @@ var __vue_render__ = function () {
1881
1881
  })], 1);
1882
1882
  }), 0);
1883
1883
  }), 0), _vm._v(" "), _c('div', {
1884
- staticClass: "p-sm"
1884
+ class: ['p-sm', {
1885
+ 'h-full': _vm.fullHeight
1886
+ }]
1885
1887
  }, [_c('div', {
1886
1888
  ref: "editorRef",
1887
1889
  class: _vm.editorInputStyles