• Resolved s-light

    (@s-light)


    Hello @virgildia
    i like your plugin!
    and got it to nicely fit inside my custom theme for my client.

    some of my last css changes (or some other update or so) trigger a very wired crazy behavior in the patterns editor:

    any idea what is happening here?
    is this a behavior that is triggerd by the plugin?
    or is it something more with gutenberg itself?!

    i hope to get this fixed…
    any tips are welcome!!

    sunny greetings
    stefan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter s-light

    (@s-light)

    found.

    .wp-block-cb-carousel.header-slider {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: calc(100vh - 2.8rem);
    }

    the last line – the height: calc(100vh - 2.8rem);
    triggerd this behavior..
    i think in the iframe that is used in the editor the 100vh is the iframe height..
    and i think it is a kind of feed-back-loop..
    the editor tries to read the height and then sets it.. and therefore the height inside changes….

    Plugin Author Virgildia

    (@virgildia)

    Hi @s-light ! It seems like the CSS that you shared is custom styling and not part of the plugin. I’m happy you resolved it.

    Thread Starter s-light

    (@s-light)

    you are correct! –
    this was a custom css –
    and as i found – it is not your plugin – it is the gutenberg editor itself that goes crazy…
    was just the first idea to go here (with the idea of maybe some animations of the slider that collide or so…)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘crazy pattern editor *endless shrinking* behavior’ is closed to new replies.