Skip to content

Scroll vuoto sotto transcript - Tagging Tool#1602

Merged
iacopolea merged 1 commit into
developfrom
UN-2113-empty-scroll
May 13, 2026
Merged

Scroll vuoto sotto transcript - Tagging Tool#1602
iacopolea merged 1 commit into
developfrom
UN-2113-empty-scroll

Conversation

@iacopolea
Copy link
Copy Markdown
Member

feat: add overscroll-behavior to styled components for better scrolling experience

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR improves scroll handling in the Tagging Tool / logged layout by preventing scroll chaining (“empty scroll”/bounce propagating to parent containers) via overscroll-behavior: contain on key scrollable containers.

Changes:

  • Add overscroll-behavior: contain to the Video actions sidebar container to prevent scroll chaining.
  • Add overscroll-behavior: contain to the main logged layout container to keep overscroll contained within the main scroll area.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/pages/Video/Actions.tsx Contains overscroll within the sticky, vertically scrollable actions container.
src/features/templates/Logged.tsx Contains overscroll within the main logged page content scroller.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@marcbon marcbon added the bug Something isn't working label May 12, 2026
@iacopolea iacopolea merged commit 0841cef into develop May 13, 2026
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants