html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  scroll-behavior: smooth;
}

#app {
  width: 100%;
  min-height: 100%;
  position: relative;
  overflow: visible !important;
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* Responsive Media Resets */
img, svg, video, iframe, canvas {
  max-width: 100%;
  height: auto;
}

/* Prevent overflow on tables */
.overflow-x-auto {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Word wrapping to prevent layout break on extra long text */
h1, h2, h3, h4, h5, h6, p, span, a, li, td, th {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
