/* Ё-веб — возврат обычного скролла */

html,
html.yo-fps-active,
html.yo-fps-animating,
html.yo-snap-ready,
body {
  scroll-snap-type: none !important;
  scroll-behavior: auto !important;
  overscroll-behavior-y: auto !important;
}

html,
body {
  overflow-y: auto !important;
}

/* Нейтрализуем только свойства, относящиеся к секционному скроллу.
   Высоту/дизайн самих блоков не меняем. */
[data-yo-snap],
[data-yo-fullpage],
.yo-fps-section,
.yo-fullpage-section {
  scroll-snap-align: none !important;
  scroll-snap-stop: normal !important;
  scroll-margin-top: 0 !important;
  overflow-anchor: auto !important;
}
