* {
  margin: 0;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  height: 100%;
  overflow: hidden;
}

#app {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
