Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Top content of Tutorial is getting cut off by header at certain viewport widths. #6661

Closed
ghost opened this issue Mar 12, 2014 · 4 comments
Closed

Comments

@ghost
Copy link

ghost commented Mar 12, 2014

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.

screen shot 2014-03-12 at 5 44 53 am

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.

@lefos987
Copy link
Contributor

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

@caitp
Copy link
Contributor

caitp commented Mar 12, 2014

@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)

@caitp caitp reopened this Mar 12, 2014
@Narretz
Copy link
Contributor

Narretz commented Mar 12, 2014

There's a pull request for that: #6474

Looks like I'm off by 1px; it should be 991px

@petebacondarwin
Copy link
Contributor

Fixed by #6474

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants