Skip to content

Commit 557ab17

Browse files
[#148] Fixing overlay bug in editor
1 parent 824b603 commit 557ab17

File tree

1 file changed

+5
-0
lines changed
  • wp-content/themes/wp-starter/blocks/dialog

1 file changed

+5
-0
lines changed

wp-content/themes/wp-starter/blocks/dialog/editor.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
@layer components {
22
.wp-block-acf-dialog {
33
@apply relative !border !border-black;
4+
5+
.acf-block-dialog {
6+
@apply !relative;
7+
}
8+
49
.inner {
510
@apply !relative p-24;
611
}

0 commit comments

Comments
 (0)