- 
        1. Re: modalPanel too big to fit page scrolling problem againakaine Jun 8, 2010 2:05 PM (in response to akaine)Am I the only who has this issue? 
- 
        2. Re: modalPanel too big to fit page scrolling problem againjordicano Nov 17, 2010 12:26 PM (in response to akaine)You're not the only one, I'm having the same problem since we changed to v3.3.3. In addition, I can't get the scrollable <div> method to work, the vertical scroll bar appears, but just its upper part and it's disabled. 
- 
        3. Re: modalPanel too big to fit page scrolling problem againilya_shaikovsky Nov 19, 2010 4:23 AM (in response to akaine)there is position:fixed used in classes for one of the container div's in modal panel markup. you could redefin checking the class for that div and replacing the value of positioning. But that could have side effects. And actually design markup not supports that out-of-the-box. So try it out and see if that will works in your particular case. 
- 
        4. Re: modalPanel too big to fit page scrolling problem againjordicano Nov 19, 2010 6:58 AM (in response to ilya_shaikovsky)I found several div's in modalPanel and tried changing the ones with "position: fixed" to something else with no luck. 
- 
        5. Re: modalPanel too big to fit page scrolling problem againakaine Nov 24, 2010 1:37 PM (in response to jordicano)A size fixed DIV with overflow:auto worked quite well for me. I even wrote a js that detects div's height and limits it to some predefined value. Still I was not able to unfix modal's position until Ilya's response. 
 
     
    