:host{
    height: 80%;
    pointer-events: none;
    position: absolute;
    /* position: fixed; */
    right: 5px;
    top: 135px;
    width: auto;
    z-index: 10;
    overflow: auto;
    /* background: #edf7f8; */
}

.container {
    height: 100%;
    pointer-events: none;
    position: relative;
    width: 100%;
}
