Bootstrap - How to Fix Body Shift when Scrollbar Appears
/*--- ASK - hack to fix bug with fixed menu when scrollbar appears ---*/
body, .modal-body, .navbar-fixed-bottom, navmenu-fixed-right {
padding-left: 0 !important;
overflow: auto !important;
}