I am getting some part of my button dropdown out of the page viewing area.
I am using standard bootstrap code:\[code\]<div class="btn-group"> <button class="btn btn-info">Log In</button> <button class="btn btn-info dropdown-toggle" data-toggle="dropdown"><span class="caret"></span></button> <ul class="dropdown-menu"> <li><a href="http://stackoverflow.com/questions/15538835/#">Log In with Facebook</a></li> <li class="divider"></li> <li><a href="http://stackoverflow.com/questions/15538835/#">Create New Account</a></li> </ul></div>\[/code\]I have similar issue on bottom of the page also, where I have another button dropdown and then the dropdown part opens, it does not automatically adjust itself and I have to scroll down to view all the options.Any suggestion?