[wp-meta] [Making WordPress.org] #6475: Floating sidebar broken on documentation pages
Making WordPress.org
noreply at wordpress.org
Thu Sep 8 08:50:50 UTC 2022
#6475: Floating sidebar broken on documentation pages
--------------------------+-------------------------
Reporter: dingo_d | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone:
Component: HelpHub | Keywords: needs-patch
--------------------------+-------------------------
The floating sidebar seems to be broken on the documentation pages on
smaller screens (I noticed this on Mac 13").
The header part of the floating sidebar seems to be wider than the
contents.
And when you scroll all the way down to the end of the page, it overflows
the footer.
Ideally, the sidebar should track the content of the documentation using
`position:sticky` in CSS, the only thing that should be changed is the
left positioning, which should probably be changed to `transform:
translateX(100%)`, and based on the viewport width just change this (I
think this is already the case with changing from `fixed` to `relative`
position)
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/6475>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list