Hi there!
This question pertains to the container in which items can be dragged.
I have a list of about 30 items, and participants are to choose 10 of those items and place them in a single group container.
What code do I need to enter in the Custom CSS to increase the height of the container, so that respondents can drag an item from the list horizontally into the container - without having to scroll up?
I would be grateful for any advice that you may have!
Page 1 / 1
.Skin .PGR .DragAndDrop .Group>div>ul {min-height:100vh;}
100vh is 100% of vertical screen height, but you can use whatever height suits you.
Hi TomG,
This has worked!
Thank you so much for your help. I very much appreciate that you responded so quickly.
All the best,
Robin
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.