• When using the classic editor the plugin adds css to the body:

    /wp-content/plugins/frase/build/admin/admin.ts.css?ver=1.3.5

    body {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overflow-y: hidden;
    text-rendering: optimizeLegibility
    }

    the line in question is overflow-y: hidden;, I dont think this plugin should be messing up with the elements this way?

    The page I need help with: [log in to see the link]

The topic ‘Can’t scroll when editing’ is closed to new replies.