Fix CYS transition screen iframe positioning (#41162)

* Fix iframe positioning

* Changelog

* Lint
This commit is contained in:
Ilyas Foo 2023-11-02 01:02:43 +08:00 committed by GitHub
parent 62a833e834
commit 2a023910ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -103,7 +103,8 @@
overflow: hidden;
}
.auto-block-preview__container {
.auto-block-preview__container,
.block-editor-block-preview__content {
width: 588px;
height: 363px;
position: relative;

View File

@ -0,0 +1,4 @@
Significance: patch
Type: fix
Fix unintended spacing in CYS transition page's iframe