Plugin Author
nK
(@nko)
Hey.
Which browser do you use? Unfortunately, I don’t see such a problem in Chrome, Firefox, and Edge on Windows.
Regards, nK.
I get the same error (Chrome), but only if the Gutenberg plugin is enabled. I think it has something to do with my own editor styles – looking further into it.
Nope, has nothing to do with editor styles. If I enable Gutenberg, I get these inline styles on .lazyblocks-component-icon-picker-list-wrap:
box-sizing: border-box;
direction: ltr;
height: 961px;
position: relative;
width: 24px;
will-change: transform;
overflow: auto;
-
This reply was modified 1 year, 4 months ago by
Azragh.
Same issue here.
I fixed it quick and dirty with this style:
.components-popover__content{
width:300px;
}
@andreasmuench would make it a little more specific:
.lazyblocks-component-icon-picker-content .components-popover__content {
width: 300px;
}
-
This reply was modified 1 year, 2 months ago by
Azragh.
@azragh You´re right. Did not test if my style breaks anything else, or maybe even solves issues in other popovers 😀
Ideally this bug should be fixed by the plugin developers @nko 😉
@andreasmuench, @azragh Thanks for your fix.
To me it seems that problems with svg selection started with WordPress 5.7 (?).
@nko: Great plugin! Like @andreasmuench I would apreciate a regular fix in one of the next versions 🙂