Hello friendly community!
I have a long PGR question which requires some scrolling, however on a cellphone the question body is a bit tight and the scrollbar is hard to manage.
Therefore two questions:
- Is there a way to force the scrollbar to be visible. The code that I have works well in the preview mode on Chrome or Safari, but with Android or Apple phones, the scrollbar is super difficult.
::-webkit-scrollbar {
-webkit-appearance: none;
width: 20px;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
background-color: rgba(0,0,0,.5);
-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
Or 2. Is there a way to reduce the responsive width (perhaps to 90%) of the question text/body for a particular question?
Thank you so much!
Jess

This works pretty well on mobile for questions that do not require dragging and dropping as the touch movements needed for that sort of conflict with SlimScroll, so I'd recommend not using it for PGR. However, the respondent has to scroll to the bottom of the page to proceed in the survey, so at least there is no way for them to avoid seeing that there is a longer list. A purely CSS solution that did work on Android but not iPhone can be