.dic-main {
    height: 100%;
    // min-width: 621px;
    flex-grow: 1;
    overflow-x: scroll;
    background: #f2f4f7;
    z-index: 100;

    .dic-main-window {
        height: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        display: flex;
        flex-direction: column;

        .dic-content {
            padding-left: 20px;
            width: 100%;
            overflow: scroll;
            flex-grow: 1;

            #spreadsheetContainer {
                position: relative;

                .dic-main-window {
                    height: 100%;
                }
                .paper-border {
                    position: absolute;
                    border: #000 1px dashed;
                }
            }
        }
    }
}
