Unexpected overflow-hidden on the default Group block
-
This style does it even if there is no background image:
//common.css
.tw-overflow-hidden,.wp-block-group[style*="radius"] {
overflow: hidden;
}I understand why you did it this way. However, I use the Group block with border-radius (no background image) as a container for the Navigation block and this style breaks dropdown behavior.
I suggest to use ::before with background-image instead.
Regards.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.