-
Notifications
You must be signed in to change notification settings - Fork 24
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
ToC not displaying on iOS mobile #359
Comments
This happens because of conflicting styles inside the @daveoconnor We should also check these types of pages, similar to what we did for the learn docs. Here’s the example we're referencing: https://www.boost.io/doc/libs/develop/doc/antora/url/index.html |
Talked to @julioest about this, and it seems to be working on staging as is, but we're going to make some changes anyway. Active PR for this work is boostorg/website-v2#1460 |
- added padding and border-radius to #header, #content, and #footer - refactored TOC with fixed position and overflow - implemented conditional footer padding using :has() - added media query for responsive border-radius on #content - fixed TOC not displaying on mobile devices addresses boostorg/website-v2-docs#359
- added padding and border-radius to #header, #content, and #footer - refactored TOC with fixed position and overflow - implemented conditional footer padding using :has() - added media query for responsive border-radius on #content - fixed TOC not displaying on mobile devices addresses boostorg/website-v2-docs#359
- added padding and border-radius to #header, #content, and #footer - refactored TOC with fixed position and overflow - implemented conditional footer padding using :has() - added media query for responsive border-radius on #content - fixed TOC not displaying on mobile devices addresses boostorg/website-v2-docs#359
- added padding and border-radius to #header, #content, and #footer - refactored TOC with fixed position and overflow - implemented conditional footer padding using :has() - added media query for responsive border-radius on #content - fixed TOC not displaying on mobile devices addresses boostorg/website-v2-docs#359
- added padding and border-radius to #header, #content, and #footer - refactored TOC with fixed position and overflow - implemented conditional footer padding using :has() - added media query for responsive border-radius on #content - fixed TOC not displaying on mobile devices addresses boostorg/website-v2-docs#359
- added padding and border-radius to #header, #content, and #footer - refactored TOC with fixed position and overflow - implemented conditional footer padding using :has() - added media query for responsive border-radius on #content - fixed TOC not displaying on mobile devices addresses boostorg/website-v2-docs#359
This is antora-specific. Addresses issue boostorg/website-v2-docs/issues/359
when looking at iOS mobile, the docs ToC isn't appearing:
The text was updated successfully, but these errors were encountered: