body {
}

html {
  overflow-y: scroll;
}

body.modal-open[style] {
  padding-right: 0px !important;
}

/* Bootstrap uses JS to set the element style so you can 
 override those styles like this


html {
  overflow: hidden;
  height: 100%;
}
body {
  overflow: auto;
  height: 100%;
} */

/* unset bs3 setting */

.modal-open {
  overflow: auto;
}

body.modal-open {
  overflow: visible;
}

