/*
 * 强制恢复页面滚动：此文件在主题全部样式之后加载。
 * 禁止使用 overflow:hidden 或固定高度锁住 html、body 或常见 WordPress 外层容器。
 */
html,
body,
body.muge-shell,
body.muge-shell #page,
body.muge-shell .site,
body.muge-shell .wp-site-blocks {
  position: static !important;
  height: auto !important;
  min-height: 100% !important;
  max-height: none !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

html {
  overflow-y: scroll !important;
}

body.muge-shell {
  display: block !important;
}
