.t-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow: auto;
    &.t-overlay-bg {
        background-color: rgba(0, 0, 0, 0.5);
    }
}
