4 Replies Latest reply on Oct 17, 2011 4:44 AM by cestoutmoi

    scroll bar in modalPanel

      I need to put a scroll bar in rich:modalPanel and for that i wrap the contents of modal Panel in div

      THe problem is that scroll bar is showing but its not working.
      Here is the code

      .scroll_div{
       overflow: scroll;
       height:300;
      }
      



      <rich:modalPanel id="panel" width="600" height="400">
      ....
      <div class="scroll_div">
      .....