I using the latest version of bootstrap and my siderbar is too short and not full height. You can view it from here: http://srv.sniperjum.com/sh1omi/bootstrap-dev/ C
The easier way is to do something like that:
.sidebar { height: calc(100vh - 54px); /* 54 pixel is the height of your .navbar */ }