Open kimLL21 opened 2 months ago
The instruction box stops scrolling before the end of the instructions. It's missing the down arrow. Work around solution is to scroll the entire browser window to the bottom, then scroll the instructions box. The div class is criteria-container.
Making the content a contenteditable instead of a standard, vanilla text area will fix this. It will also fix the styling issue detailed in #2.
I'll update this issue once I've tested my fix.
The instruction box stops scrolling before the end of the instructions. It's missing the down arrow. Work around solution is to scroll the entire browser window to the bottom, then scroll the instructions box. The div class is criteria-container.