html {
  height: auto !important;
  overflow-y: auto !important;
}

body {
  height: auto !important;
  min-height: 100vh;
  overflow-y: auto !important;
}

#app {
  height: auto !important;
  min-height: 100vh;
  overflow-y: auto !important;
}

.sitio-web-preview-page {
  width: 100%;
  min-height: 100vh;
  overflow-y: visible;
  background: #ffffff;
}
