Closed norman784 closed 3 years ago
Yes. I found this problem too. So it has difficulties and impossible to navigate whole of the left sidebar menu.
I'd tested it with Edge, Chrome, and Safari on iPhone X.
Hey all, this fix has caused an issue on a couple pages of the guide on desktop (see "Tools", "The Main Component", "Styling with CSS" pages for example). When the sidebar is longer than the main content the footer overlaps the sidebar because the toc__wrapper
is fixed to height: 100vh;
and doesn't allow the content to dynamically push down the footer. If you remove this restriction it fixes the issue, but I'm not sure what effect that will have with the Safari issue.
In the Learn section you cannot scroll the Pages menu.