Scrollbars in modal

Hello,

Is it possible to prevent scrollbars to appear in the modal widget?

I’ll add a scroll option to the modal widget, but until then you can do that by adding this to it’s css:

.popup-content > .panel {
  overflow:hidden
}

Thanks Jean-Emmanuel!

scroll option will be included in next release.