Ed727 Posted October 13, 2019 Report Share Posted October 13, 2019 Hello - I'm trying to find the easiest way to remove the scrollbar from a listbox on a submission form. For example, in the following screenshot I've set the listbox with enough rows to cover all the options. The scrollbar still appears however. Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted October 14, 2019 Report Share Posted October 14, 2019 Add this code to the header of the screen: <style> .cbFormSelect{ display: inline-block; vertical-align: top; overflow: hidden; border: solid grey 1px; } .cbFormSelect select{ padding: 10px; margin: -5px -20px -5px -5px; } </style> Ed727 1 Quote Link to comment Share on other sites More sharing options...
0 Ed727 Posted October 23, 2019 Author Report Share Posted October 23, 2019 Thank you very much! Quote Link to comment Share on other sites More sharing options...
Question
Ed727
Hello - I'm trying to find the easiest way to remove the scrollbar from a listbox on a submission form.
For example, in the following screenshot I've set the listbox with enough rows to cover all the options. The scrollbar still appears however.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.