Okay
  Public Ticket #1350381
Active builder problem
Closed

Comments

  • Klaus_Haller started the conversation

    I am using the newest Firefox and chrome-Build.
    If I activate the Active Builder and want to change some blocks, I cant scroll down inside the popup. (Look at the image) There are no scrollbars.
    How can I fix this?

  • [deleted] replied

    Hello,

    Thanks for your feedback, please go to admin MGS -> Theme Settings, scroll down to "Custom Style" and add this code to textarea, refresh cache and try again:

    .panel-popup {

        overflow: visible !important;

    }