@vonaffenfels/slate-editor 1.1.50 → 1.1.51

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": "@vonaffenfels/slate-editor",
3
- "version": "1.1.50",
3
+ "version": "1.1.51",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -72,7 +72,7 @@
72
72
  "cssnano": "^5.0.1",
73
73
  "escape-html": "^1.0.3"
74
74
  },
75
- "gitHead": "0cede70748584b53424ae59e9d81271db780745c",
75
+ "gitHead": "b95716b54761425787bdbbd58d7324005c26902c",
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  }
@@ -109,7 +109,7 @@ const SidebarEditor = ({
109
109
  [fieldKey]: value,
110
110
  },
111
111
  };
112
-
112
+
113
113
  onChange(newStorybookElement);
114
114
  }
115
115
  }
@@ -322,7 +322,7 @@ const SidebarEditor = ({
322
322
  };
323
323
 
324
324
  return (
325
- <div id="sidebar-editor-wrapper">
325
+ <div id="sidebar-editor-wrapper" className="relative z-[999999]">
326
326
  <div id="sidebar-editor">
327
327
  {isLoading ? (
328
328
  <div className="flex h-full flex-col items-center justify-center">