Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×

No horizontal scroll bar on character sheets

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.
1601032385
Oosh
Sheet Author
API Scripter
It should still work if you use Stylus or similar to overwrite it, as (I think) they have equal specificity but Stylus is applied second. This example is from the 5e sheet - the bottom left is the sheet style with !important, it leaves those Add and Modifier buttons white so they're invisible. An identical class in Stylus but with black makes them visible again: