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 .
×
Create a free account

Card Deck (scrolling)

Noticed roll20 decided to mess with the card deck..now you need to scroll horizontal and vertically. Anyway to avoid this and make the decks how they used to be?
1638372530
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Can you provide screen shots and/or repro steps?
1638417738
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Is this a new deck you are using? Oddly sized decks can cause unexpected interface behavior (they shouldn't , but...) If you know how to use Stylus, the style below may help; you can season the numbers to fit your needs: #playerzone .deckhands .hand .handcontainer{     width: 700px !important; } .popover {         max-width: 700px !important; } #showndecks{         max-height: 550px;         overflow-y: visible; } The top post in this thread can explain about Stylus, how to install and how to use it:  Show Off Your Style 2: The Stylening!
Thank you so much. I am a fan of stylus and use a few already. Never had a problem with the decks before but using this above and changing the width size did the trick. Thanks again!