RESOLVED- Overflow property for character profiles

Posted 6 years, 8 months ago (Edited 6 years, 8 months ago) by Erradox

As seen here: http://toyhou.se/708057.unnamed 
using <div style="overflow:auto;"> or any other method of trying to get the div to scroll doesn't seem to work very nicely.
It DOES display correctly in the editing page in WYSIWYG mode, but it doesn't display correctly on the profile itself.

There used to be a workaround for this, that would be: <div class="character-select-panel" style="height: 50px;"> (or whatever height with a max of 500)
This no longer works as of the new update, and I'm not really CSS-savvy enough to figure out if there's another div class that can be utilized for this.
Does anyone else know?

It should be noted that I am not a premium user, so I do not have access to fully customizable CSS.  

Erandia

Ohh, for the scrolling, I believe Starlipop has a solution for that right here and rather than overflow, ui-accordion is used instead!

KnightOfSpring

As far as I know div classes only work with css when you have premium? I'd try to do it with the cards like Erandia said instead.

Erradox

Erandia THAT WORKS thank you!!