You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Between 991px and 768px, the header grows in size, but the content remains a fixed distance from the top, this results in about 10px being cutoff from the tutorial content and table of contents, see screenshot.
I would change the margin top of the content container to 150px and since the table of contents is position:fixed I would move it down to top:150px, however I did not want to introduce a new media query into docs.css.
The text was updated successfully, but these errors were encountered:
Hi @kovalent Thank you for raising this. Since this is a problem with the styling of angularjs.org website and not the actual framework, can you please raise the issue in the website's repo?
I will close this issue from here if you are ok with it.
Thanks
@lefos987, it's generally okay to open issues about the website here, there are a lot more eyes over here. Not to mention that this is the docs app, which is very much coming from this repository. I think this is actually a duplicate though, let me see if I can find that other issue... Yes I believe #6609 covers this (although I could be mistaken)
Between 991px and 768px, the header grows in size, but the content remains a fixed distance from the top, this results in about 10px being cutoff from the tutorial content and table of contents, see screenshot.
I would change the margin top of the content container to 150px and since the table of contents is
position:fixed
I would move it down totop:150px
, however I did not want to introduce a new media query into docs.css.The text was updated successfully, but these errors were encountered: