Lightbox content scrolling

Hi,
In case there are a lot of controls in a lightbox, is it possible to scroll the content of the lightbox (with a vertical scrollbar) ?

Hello,
You can do that by adding the following style rules:

  .gantt_cal_light{
    height: 380px !important;
  }
  .gantt_cal_larea{
    height: 300px !important;
    overflow-y: scroll;
  }

Here is the snippet:
http://snippet.dhtmlx.com/5/5c8b1cfa2

Hello ramil,
Thank you for your response, that’s exactly what I wanted !

1 Like