I know this issue has been discused, but the post has been closed so I'm being forced to reopen it. I find that "large" horizontal character sheets have no horizontal scroll bar. I found the issue in this part of the code: HTML : <div class="dialog characterdialog ui-dialog-content ui-widget-content" ... style="display: block; width: auto; min-height: 0px; height: 304px;" scrolltop="0" scrollleft="0"> CSS : .ui-dialog .ui-dialog-content { overflow-x: hidden!important; } I can't solve this via code cause this layer is native of roll20, and rewriting the style in another CSS does not work (I suppose that it is because is a class native of roll20 and it does not permit its modification via user CSS). Any ideas how can I solve this? Thanks in advance.