Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CSS to address non-clickable links before td-content>h2 #5554

Merged
merged 1 commit into from
Mar 21, 2025

Conversation

Ninir
Copy link
Contributor

@Ninir Ninir commented Mar 20, 2025

What type of PR is this?

  • docs: fix rendering of .td-content>h2 titles, which are overlapping with preceding sections, thus making links non-clickable.

This is impacting all pages where the h2 block is overlapping a links, e.g https://gateway.envoyproxy.io/latest/tasks/traffic/backend/, https://gateway.envoyproxy.io/latest/tasks/traffic/client-traffic-policy/, https://gateway.envoyproxy.io/latest/tasks/security/backend-tls/

See this video to better understand it (I first refresh the page, then try to click/double-click the link, which shows the title being highlighted):

Screen.Recording.2025-03-20.at.12.50.14.PM.mov

What this PR does / why we need it:
This fixes non-clickable links due to the title overlapping (with higher z-index)

Which issue(s) this PR fixes:

Release Notes: No

Signed-off-by: Gauthier Wallet <gauthier.wallet@gmail.com>
@Ninir Ninir requested a review from a team as a code owner March 20, 2025 11:54
@Ninir Ninir changed the title Update _styles_project.scss to address broken non-clickable links Update _styles_project.scss to address non-clickable links Mar 20, 2025
@Ninir Ninir changed the title Update _styles_project.scss to address non-clickable links Update CSS to address non-clickable links before td-content>h2 Mar 20, 2025
Copy link

codecov bot commented Mar 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.22%. Comparing base (7a55fc2) to head (f20e43d).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5554      +/-   ##
==========================================
- Coverage   65.22%   65.22%   -0.01%     
==========================================
  Files         213      213              
  Lines       34106    34106              
==========================================
- Hits        22247    22245       -2     
- Misses      10531    10536       +5     
+ Partials     1328     1325       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@arkodg arkodg requested a review from a team March 20, 2025 15:14
@arkodg
Copy link
Contributor

arkodg commented Mar 20, 2025

cc @missBerg

@missBerg
Copy link
Contributor

thanks for catching! LGMT!

@arkodg arkodg merged commit ec6adde into envoyproxy:main Mar 21, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants