@vonaffenfels/slate-editor 1.2.10 → 1.2.11

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.2.10",
3
+ "version": "1.2.11",
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": "2fb71335ee7a1a3578e463b6c9c37ddb99e1f018",
75
+ "gitHead": "fa0c31b3c84bf9dfc1ce3707da9fb135834adb85",
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  }
@@ -121,6 +121,7 @@ export const ElementAutocomplete = ({
121
121
  width="medium"
122
122
  itemToString={(item) => ""}
123
123
  renderItem={(item) => `${item.label}`}
124
+ className="!static" // fix for toolbar overflow
124
125
  {...props}
125
126
  />
126
127
  );