html {
  scroll-behavior: smooth;
}

.mg-page,
.mg-layout,
.mg-section,
.mg-section-soft,
.mg-container,
.mg-content,
.ct-section,
.ct-section-inner-wrap,
.ct-div-block,
.oxygen-body {
  overflow: visible !important;
}

.mg-toc {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 110px !important;
  align-self: start !important;
  z-index: 20 !important;
}

.mg-content section[id] {
  scroll-margin-top: 130px;
}