#my-list {
    width: 366px;
    position: absolute;
    left: 37%;
    transform: translate(-50%, 0px);
    z-index: 9;
    background: white;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 30%);
    border-radius: 0 0 5px 5px;
    padding: 15px 22px;
}