Opened 19 months ago
Last modified 15 months ago
#55324 new defect (bug)
Twenty Twenty: Scroll to top not working
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | reporter-feedback |
Focuses: | Cc: |
Description
For whatever reason, in my installation the scroll to top arrow doesn't work. I changed
<a class="to-the-top" href="#site-header">
to
<a class="to-the-top" href="#">
and it was working again. Maybe worth patching?
Another alternative would be
<a class="to-the-top" href="#top">
Change History (4)
Note: See
TracTickets for help on using
tickets.
The
header
element hasid="site-header"
in Twenty Twenty's header.php.Does a plugin (or child theme) change that ID?