Skip to content

Fix YouTube Shorts comment area overlay issue #3670#3674

Draft
lanxinyue130410-del wants to merge 2 commits intocode-charity:masterfrom
lanxinyue130410-del:shorts-fix-3670
Draft

Fix YouTube Shorts comment area overlay issue #3670#3674
lanxinyue130410-del wants to merge 2 commits intocode-charity:masterfrom
lanxinyue130410-del:shorts-fix-3670

Conversation

@lanxinyue130410-del
Copy link

@lanxinyue130410-del lanxinyue130410-del commented Mar 6, 2026

YouTube Shorts comment area overlay fix #3670

Problem Description

YouTube Shorts in Firefox and Zen browsers, when the comment area is opened, the video title and details are covered by the comment area, affecting user experience.

Solution

  • Adjust video title z-index to 1001, ensuring it is above the comment area (1000)
  • Optimize positioning properties to prevent layout conflicts
  • Add browser-specific fixes, especially Firefox compatibility
  • Mobile responsive optimization

Technical Implementation

  • New CSS file: css/youtube-shorts-fix.css
  • Layer management: Precise z-index control
  • Browser compatibility: Firefox and Zen browser specific rules
  • No side effects: Only CSS adjustments, no impact on other functions

Test Verification

  • Firefox browser compatibility
  • Zen browser compatibility
  • Mobile responsive testing
  • Comment area state switching test

Fix by: Atlas (@lanxinyue130410-del)
Related Issue: #3670

Add browser-specific fixes, especially Firefox compatibility
Mobile responsive optimization
Technical Implementation
New CSS file: css/youtube-shorts-fix.css
Layer management: Precise z-index control
Browser compatibility: Firefox and Zen browser specific rules
No side effects: Only CSS adjustments, no impact on other functions
Test Verification
 Firefox browser compatibility
 Zen browser compatibility
 Mobile responsive testing
 Comment area state switching test
@ImprovedTube ImprovedTube marked this pull request as draft March 7, 2026 13:32
@ImprovedTube
Copy link
Member

thank you! @lanxinyue130410-del
tested? if it is our extension's fault we might just need to make something conditional

@ImprovedTube ImprovedTube added Generated Content untested please test. (also applies to proactively merged pull requests.) and removed untested please test. (also applies to proactively merged pull requests.) labels Mar 8, 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.

🐞Video titles and details get hidden behind video when comment section is opened in Shorts

2 participants