I am starting one project using twitter bootstrap, however I got one issue. There is a long empty scrollbar horizontally. I can't find the problem, does anyone knows whats the problem?
Thanks
<style>
body {
overflow-x: hidden !important;
}
body > * {
max-width: 100% !important;
}
</style>