Oct 5, 2009

Fix for missing scrollbars for Flash web site.

Add the following css to the web page: 
 
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}

No comments: