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
Just by including the ViewNavigator CSS a Bootstrap site will break. Specifically - text that was previous under the black bar
http://www.evernote.com/shard/s3/sh/9760020c-539a-4602-be25-b4db624ba519/958e8089e4d072233634fae44b4b6eaf
gets pushed up:
http://www.evernote.com/shard/s3/sh/c440da62-535a-41b9-b2b8-f68f4e29daf0/e05f8d789b373da8a412549e9d12a965
It is the BODY declaration in the CSS.
The text was updated successfully, but these errors were encountered:
I'll take a look at impact on the framework, but this should be an easy fix.
Sorry, something went wrong.
Any word on this?
This is just a conflict in CSS styles. Simply comment out the "body" css style in viewnavigator.css (lines 25-40), and it should fix it.
No branches or pull requests
Just by including the ViewNavigator CSS a Bootstrap site will break. Specifically - text that was previous under the black bar
http://www.evernote.com/shard/s3/sh/9760020c-539a-4602-be25-b4db624ba519/958e8089e4d072233634fae44b4b6eaf
gets pushed up:
http://www.evernote.com/shard/s3/sh/c440da62-535a-41b9-b2b8-f68f4e29daf0/e05f8d789b373da8a412549e9d12a965
It is the BODY declaration in the CSS.
The text was updated successfully, but these errors were encountered: