Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Scrolling Issue
Vediovus
New
I am in the process of creating a forum for my community and I've come across an issue. I've been heavily modifying my theme and I guess somewhere I've made a mistake as now I am unable to scroll up and down on pages in the forum. This is done with the bootstrap modification as a basis. Any assistance would be greatly appreciated!
URL: http://inanimateinsanity.com/forum/
Best Regards,
Vedi
0
Comments
Your theme looks great. Bootstrap 3 is in RC modus, so will almost be released. Will need some changes for your HTML though (span-8 will become something else for example).
Maybe re-do the theme with Bootstrap 3 in mind?
There was an error rendering this rich post.
Do you think it has to do with a property of the theme or something on the Vanilla side?
Welcome to the community!
What version of Vanilla are you running?
You need to look for an
overflow: hidden;
rule in your css files. AFAIK, that is the only way to disable scroll bars via css.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
it would help if you had some content to scroll.
grep is your friend.
Check out the activity page.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
Well make the size of your window smaller.
Your content is in the navbar container and that is fixed. You need a closing div tag before your div class="container"
That was it, thank you so much! Didn't even see it.
I was joking
grep is your friend.
Quite often when you have issue like this, running it through a validator is not a bad strategy. Then inspect the css.
grep is your friend.
I've run into another issue now I have a white bar that I can't seem to get rid of in between the navbar and the masthead.
Thanks for the help!
It was tougher this time... Look at your body: it has a padding. Your navbar is fixed and so it ignores this padding, but your logo does not ;-)