• Resolved Constantine Vasilyev

    (@cotobago)


    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)
  • Plugin Support Yann

    (@collet)

    Hi,

    Thank you for the feedback. We’ve released Twentig 1.9.1, which should fix this issue.
    We’ve updated the code:

    .wp-block-group[style*="radius"]:has(img) { overflow: hidden; }

    Have a nice day,
    Yann

    Thread Starter Constantine Vasilyev

    (@cotobago)

    Woo-hoo!
    Thanks for the update.

    I wish you excellent progress.

    Plugin Support Yann

    (@collet)

    Thanks! Would you mind leaving us a quick review on our plugin page? This allows us to continue providing great features and helps other users to find us. ??

    Have a nice day,
    Yann

    Thread Starter Constantine Vasilyev

    (@cotobago)

    With pleasure. Done ??

    Plugin Support Yann

    (@collet)

    Thank you, it’s much appreciated ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.