Fix extra scrollbar in Report error flow#14027
Fix extra scrollbar in Report error flow#14027prakhar0608shrma wants to merge 1 commit intolearningequality:developfrom
Conversation
- Added overflow-y: auto to textarea to handle scrolling internally - Prevents third scrollbar from appearing in modal Fixes learningequality#5922
|
Season's greetings! 👋 We'd like to thank everyone for another year of fruitful collaborations, engaging discussions, and for the continued support of our work. Learning Equality will be on holidays from December 22 to January 5. We look forward to much more in the new year and wish you a very happy holiday season! Are you preparing for Google Summer of Code? See our GSoC guidelines. |
|
👋 Thanks for contributing! We will assign a reviewer within the next two weeks. In the meantime, please ensure that:
We'll be in touch! 😊 |
|
Hello @prakhar0608shrma - please see our contributing guidelines where you will learn about contributing process. Additionally, this seems to attempt to fix an issue that's already closed. Regression is possible and in that case we'd re-open the issue, but we'd need to see a report with recording. |
Summary
Fixes an issue where an extra scrollbar appears in the “Report error” flow due to overflow behavior in a shared component, resulting in a confusing user experience.
The update ensures scrolling is handled correctly and avoids nested or duplicate scrollbars.
Changes
TechnicalText.vueto prevent nested scrollingTesting
TechnicalText.vueIssue
Closes #5922
Screenshots
N/A