MNIT-DOT-a11y / mnit-dot-a11y.github.io

MNIT Accessibility Hub website
MIT License
0 stars 0 forks source link

Instruction box stops scrolling #1

Open kimLL21 opened 2 months ago

kimLL21 commented 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.

BussiereMNIT commented 2 months ago

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.