/* 禁用原型区域的滚动功能 */

/* 默认主面板不滚动（文档页由 JS 开启滚动） */
#mainPanel {
    overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/* clipFrameScroll 不内部滚动 */
#clipFrameScroll {
    overflow: visible !important;
}

/* mainPanelContainer 不内部滚动 */
#mainPanelContainer {
    overflow: visible !important;
}

/* iframe 本身不内部滚动 */
#mainFrame {
    overflow: visible !important;
}

/* iframe 内容由外层滚动 */
#mainFrame[src] {
    overflow: visible !important;
}

/* 通过JavaScript禁用iframe内部body的滚动 */
body.disable-prototype-scroll {
    overflow: hidden !important;
}

/* 禁用outerContainer的滚动 */
#outerContainer {
    overflow: hidden !important;
}

/* 不禁用 #clippingBounds 滚动，主内容区由 force-sitemap-open 控制为可滚动 */
