@myissue/vue-website-page-builder 3.3.21 → 3.3.23

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myissue/vue-website-page-builder",
3
- "version": "3.3.21",
3
+ "version": "3.3.23",
4
4
  "description": "Vue 3 page builder component with drag & drop functionality.",
5
5
  "type": "module",
6
6
  "main": "./dist/vue-website-page-builder.umd.cjs",
@@ -363,7 +363,7 @@ onMounted(async () => {
363
363
 
364
364
  <template>
365
365
  <div
366
- class="pbx-font-sans pbx-max-w-full pbx-m-1 pbx-border pbx-border-gray-400 pbx-inset-x-0 pbx-z-10 pbx-bg-white pbx-overflow-x-auto"
366
+ class="pbx-font-sans pbx-max-w-full pbx-m-1 pbx-border pbx-border-gray-400 pbx-inset-x-0 pbx-z-10 pbx-bg-white pbx-overflow-x-auto pbx-h-full"
367
367
  >
368
368
  <GlobalLoader v-if="getIsLoadingGlobal & !openAppNotStartedModal"></GlobalLoader>
369
369
  <ModalBuilder
@@ -691,7 +691,7 @@ onMounted(async () => {
691
691
 
692
692
  <main
693
693
  ref="pbxToolBar"
694
- class="pbx-flex pbx-flex-col pbx-h-full pbx-grow pbx-rounded-tr-2xl pbx-rounded-tl-2xl pbx-border pbx-border-gray-200 pbx-items-stretch"
694
+ class="pbx-flex pbx-flex-col pbx-grow pbx-rounded-tr-2xl pbx-rounded-tl-2xl pbx-border pbx-border-gray-200 pbx-items-stretch pbx-h-[90vh]"
695
695
  :class="{ 'pbx-mr-2': !getMenuRight, '': getMenuRight }"
696
696
  >
697
697
  <div
@@ -720,7 +720,7 @@ onMounted(async () => {
720
720
 
721
721
  <div
722
722
  id="contains-pagebuilder"
723
- class="pbx-pl-4 pbx-pr-4 pbx-pb-4 pbx-overflow-y-auto pbx-pt-1 pbx-h-[39rem]"
723
+ class="pbx-pl-4 pbx-pr-4 pbx-pb-4 pbx-pt-1 pbx-h-full pbx-overflow-y-auto"
724
724
  >
725
725
  <div id="pagebuilder">
726
726
  <div ref="draggableZone">