Professional Business: Fixes unclickable toggle issue
This commit is contained in:
parent
b534c531fd
commit
32d52141b4
2 changed files with 9 additions and 0 deletions
|
@ -583,6 +583,10 @@ figcaption,
|
|||
z-index: 2;
|
||||
}
|
||||
|
||||
.wp-block-media-text .components-resizable-box__handle {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
/** === Table === */
|
||||
.wp-block-table td, .wp-block-table th {
|
||||
border-color: #767676;
|
||||
|
|
|
@ -598,6 +598,11 @@ figcaption,
|
|||
.editor-inner-blocks {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
// Make sure the box handle is clickable.
|
||||
.components-resizable-box__handle {
|
||||
z-index: 3;
|
||||
}
|
||||
}
|
||||
|
||||
/** === Table === */
|
||||
|
|
Loading…
Reference in a new issue