/*******************************************************************************************************************
    @name               iframe.css
    @version            nBIMS 2.0v
    @copyright          Copyright (C) 2021.03.03
    @license            Eric Wang (TW) 王聖華 (AHCS) Asia-Hua Clouds Studio, [EMail] myeraic@gmail.com, [LINE.ID] myeraic
********************************************************************************************************************/
body{
    margin      : 0;
    padding     : 0;
    border      : 0;
    overflow    : hidden;
    height      : 100vh;
    max-height  : 100vh;
}

#framehidden{
    position    : absolute;
    top         : 0;
    left        : 0;
    height      : 0;
    width       : 100vw;
    overflow    : hidden;
    vertical-align: middle;
}

#frameContent{
    position    : absolute;
    top         : 0;
    left        : 0;
    height      : 100vh;
    width       : 100vw;
    overflow    : auto;
    background  : #fff;
}