/* always keep the vertical scrollbar so width never changes */

body{ overflow-y:scroll !important; }     /* fallback + beats inline overflow */

/* kill the 15‑17 px Bootstrap adds */
body{ padding-right:0 !important; }
