/* Force standard scrolling behavior */
html, body {
  overflow-y: auto !important;
  height: auto !important;
  min-height: 100vh;
}
