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

tour: The TOC is not scrollable on Firefox #805

Open
cbelhaoues opened this issue Jul 30, 2019 · 2 comments
Open

tour: The TOC is not scrollable on Firefox #805

cbelhaoues opened this issue Jul 30, 2019 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@cbelhaoues
Copy link

Context: https://tour.golang.org/welcome/1

The TOC is not scrollable in Firefox, it works fine in Chrome.

@ALTree
Copy link
Member

ALTree commented Aug 3, 2019

Thanks for the report.

Reproduced with Firefox 68 on Linux. When the TOC is opened, a scrollbar appears, but the mouse wheel does not move it; OTOH if you grab the bar with the mouse and scroll it, it works.

@ALTree ALTree added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Aug 3, 2019
@ALTree ALTree changed the title tour: [The TOC is not scrollable] tour: The TOC is not scrollable on Firefox Aug 3, 2019
@mozew
Copy link

mozew commented Jan 20, 2020

this style will solve the problem (can use extensions like "stylus" until it's fixed):
.toc > ul { position: relative; z-index: 1; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
None yet
Development

No branches or pull requests

3 participants