﻿/* 將原本 Index.aspx 內 iframe 的樣式搬移至此檔案 */
/* 建議在 Index.aspx 的 iframe 加上 class="etfipo-iframe" 並於 head 區塊引入此 CSS */
html, body {
    height: 100%;
    -ms-overflow-style: none; /* IE/Edge 隱藏滾動條 */
    scrollbar-width: none; /* Firefox 隱藏滾動條 */
}

    /* WebKit 隱藏滾動條但仍可捲動（此處完全隱藏） */
    html::-webkit-scrollbar,
    body::-webkit-scrollbar {
        display: none;
    }

.etfipo-iframe {
    width: 100%;
    border: 0;
    display: block;
    overflow: hidden; /* 隱藏 iframe 自身捲軸 */
}

/* facebookNoscript元素用樣式 */
.facebookNoscript {
    display: none;
    height: 1px;
    width: 1px;
}