jawanndenn
jawanndenn copied to clipboard
Enable vertical scroll
When I want to create a large poll almost all options are off screen, which means I can't select them.
Hi Thomas,
cool that you found your way here. Please help me understand the issue (and proposed solution) better. Can you share a screenshot, more details, or a link?
Best, Sebastian
Hi,
The poll I have created looks something like this. In Firefox 45 I'm not able to see the save button without zooming out, with more options (or words in the options name) I'm not able to see all options.
I think the best approach to solving this would be to split the options list. However it would probably be easier to simply make horizontal scrolling possible by setting overflow-x: scroll
, width: 100%
and removing bottom: 0
from div#live
.