Hello,
I have the following code in my matrix table to show additional information when each title is hovered over:
1) Team Champion
2) District Decision Lead
3) Stakeholder with Transition Knowledge
4) Agency or Community Partner
The result of the code above is shown below. However, what is not correct is the scroller cutting off my pop-up boxes. I tried using custom css within "look and feel" to extend the width to 1000px but only other question types are effected, not the matrix. The code that I used is:
#Questions{min-width:1000px;}
I want the matrix question to show without the slider or any compression so that the pop-ups appear without being cut off. My coding skills are limited to the tasks that I am doing and I learn as I go. If someone could provide the complete code to overcome this issue would really appreciate it. I would also appreciate any information detailed why this does not currently work.