Viewing 7 replies - 1 through 7 (of 7 total)
  • 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 3 years, 10 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 3 years, 8 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 ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘svg icon selection for block is not working’ is closed to new replies.