Skip to content

Fix extra scrollbar in Report error flow#14027

Closed
prakhar0608shrma wants to merge 1 commit intolearningequality:developfrom
prakhar0608shrma:fix-scrollbar-issue-5922
Closed

Fix extra scrollbar in Report error flow#14027
prakhar0608shrma wants to merge 1 commit intolearningequality:developfrom
prakhar0608shrma:fix-scrollbar-issue-5922

Conversation

@prakhar0608shrma
Copy link
Copy Markdown

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

  • Adjusted overflow behavior in TechnicalText.vue to prevent nested scrolling
  • Improved scrollbar handling for views that embed this component, including the Report error flow

Testing

  • Verified that the “Report error” flow no longer shows an extra scrollbar
  • Confirmed no regressions in scrolling behavior for views using TechnicalText.vue

Issue

Closes #5922

Screenshots

N/A

- Added overflow-y: auto to textarea to handle scrolling internally
- Prevents third scrollbar from appearing in modal

Fixes learningequality#5922
@learning-equality-bot
Copy link
Copy Markdown

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.

@learning-equality-bot
Copy link
Copy Markdown

👋 Thanks for contributing!

We will assign a reviewer within the next two weeks. In the meantime, please ensure that:

  • You ran pre-commit locally
  • All issue requirements are satisfied
  • The contribution is aligned with our Contributing guidelines. Pay extra attention to Using generative AI. Pull requests that don't follow the guidelines will be closed.

We'll be in touch! 😊

@MisRob
Copy link
Copy Markdown
Member

MisRob commented Jan 12, 2026

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.

@MisRob MisRob closed this Jan 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extra scrollbar in report error modal

2 participants