• Resolved Christian

    (@cronosalblog)


    Hi,

    I want to report that I cannot click or select anything on the right side of Gutenberg Editor. This makes it difficult when I want to put a cursor on that particular side.

    See the affected area: https://ibb.co/w7RS3YR

    I have disabled all installed plugins and can confirm that Multicollab is causing the problem.

    Any help would be appreciated.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks, Christian for reporting. We are reviewing your feedback and will get back to you soon.

    Hello Christian,

    Here is the quick fix for this. You can add the below code in commenting-feature/admin/assets/css/commenting-block-admin.css

    body:not(.commentOn) #md-comments-suggestions-parent {
        width: auto;
        margin-right: 45px;
    }

    We will update this code in our upcoming release.

    • This reply was modified 2 years, 2 months ago by MULTIDOTS Inc.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Cannot Click on The Right Side of Gutenberg Editor’ is closed to new replies.