.context-menu-navbar{
    display: inline-flex;
    border: 1px #999 solid;
    width: 170px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
}
.context-menu-ul{
    margin: 6px;
}

.context-menu-li {
    display: block;
    list-style-type: none;
    width: 1fr;
}

.context-menu-button {
    font-size: 1rem;
    color: #222;
    width: 100%;
    height: 30px;
    text-align: left;
    border: 0px;
    background-color: #fff;
}

.context-menu-button:hover {
    color: #000;
    text-align: left;
    border-radius: 5px;
    background-color: #eee;
}