Hello,
We have a dashboard prompt that contains multiple user input text boxes and drop down menus. To the right of all that are the apply and reset buttons. Some users have noted that if their screen resolution is too high, they are unable to access the input boxes or the buttons on the far right.
Currently they are tabbing their way over to see the right portion of the screen. They are asking if I can add a horizontal scroll bar as an alternative to tabbing over.
One solution I found was to use a Custom CSS Style. It was suggested I use "overflow: auto;" here. I added that to the section containing those prompts, but I do not see a scroll bar when my resolution is increased or when I shrink the size of my browser window.
Is there another way to add a horizontal scroll bar here?
Thank you!
Dennis