For those using LESS, head to variables.less and change:
@grid-float-breakpoint: @screen-sm-min;
to:
@grid-float-breakpoint: 999999999px;
One line change that works like a charm. Just be sure to use an unrealistically large number of pixels (em did not work for me).