Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Tajamal 87 posts 175 karma points
    Aug 11, 2016 @ 14:27
    Tajamal
    0

    Vertfical scrollbar

    Vertical scrollbar in Grid editor is missing for rich text editor. Is there any configuration for that or can CSS it.

  • _o_utofbounds 2 posts 72 karma points notactivated
    Apr 01, 2019 @ 12:24
    _o_utofbounds
    0

    you can use this fix: add a css to the datatype for GridLayout, then add this to display a scrollbar in any direction when needed:

    body.mce-content-body {
        overflow: scroll !important;
    }
    
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies