@wordpress/block-editor 14.3.9 → 14.3.10

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.
@@ -1905,7 +1905,6 @@ iframe[name=editor-canvas] {
1905
1905
  .block-editor-iframe__container {
1906
1906
  width: 100%;
1907
1907
  height: 100%;
1908
- overflow-x: hidden;
1909
1908
  }
1910
1909
 
1911
1910
  .block-editor-iframe__scale-container {
@@ -1906,7 +1906,6 @@ iframe[name=editor-canvas] {
1906
1906
  .block-editor-iframe__container {
1907
1907
  width: 100%;
1908
1908
  height: 100%;
1909
- overflow-x: hidden;
1910
1909
  }
1911
1910
 
1912
1911
  .block-editor-iframe__scale-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wordpress/block-editor",
3
- "version": "14.3.9",
3
+ "version": "14.3.10",
4
4
  "description": "Generic block editor.",
5
5
  "author": "The WordPress Contributors",
6
6
  "license": "GPL-2.0-or-later",
@@ -88,5 +88,5 @@
88
88
  "publishConfig": {
89
89
  "access": "public"
90
90
  },
91
- "gitHead": "b78063a69a8154bed32c2217ffbaf911852cffb5"
91
+ "gitHead": "53f68ecef17c6dd7c6c436f368413a1569a2aec6"
92
92
  }
@@ -1,7 +1,6 @@
1
1
  .block-editor-iframe__container {
2
2
  width: 100%;
3
3
  height: 100%;
4
- overflow-x: hidden;
5
4
  }
6
5
 
7
6
  .block-editor-iframe__scale-container {