We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, love the site—great work!
I noticed that the tab containers are absolutely positioned, with min-height hardcoded.
Unfortunately, this leads to many issues, not the least of which is that longer content will overflow the container!
I've demonstrated an alternative here: http://codepen.io/anon/pen/ZpmKdA?editors=1100
I haven't heavily tested it in all browsers, but it solves most of the problems I ran into with the version on the site.
It was modified from the technique described here
I leave it to you to decide whether or not it's an improvement!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, love the site—great work!
I noticed that the tab containers are absolutely positioned, with min-height hardcoded.
Unfortunately, this leads to many issues, not the least of which is that longer content will overflow the container!
I've demonstrated an alternative here: http://codepen.io/anon/pen/ZpmKdA?editors=1100
I haven't heavily tested it in all browsers, but it solves most of the problems I ran into with the version on the site.
It was modified from the technique described here
I leave it to you to decide whether or not it's an improvement!
The text was updated successfully, but these errors were encountered: