/* Safe page-scroll fix */
html, body {
  overflow-y: auto !important;
}

.content-for-layout {
  overflow: visible !important;
  height: auto !important;
  min-height: 0 !important;
}
