html.tablet,

html.mobile {

   height: 100%;

   overflow: hidden;

}

html.tablet body,

html.mobile body {

   height: 100%;

   overflow-x: hidden;

   overflow-y: scroll;

   -webkit-overflow-scrolling: touch;

}