.mention-suggestions {
    position: absolute;
    left: -380px;
    top: -230px;
    padding: 5px;
    text-align: left;
    background: rgb(240, 240, 240);
    min-width: 330px;
    height: 50px;
    overflow: hidden;
    border: 1px solid black;
    z-index: 101;
}

.mention-suggestions ul {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-y: auto;
    height: 100%;
}

.mention-suggestions ul li {
    padding: 3px;
    cursor: pointer;
}

.mention-suggestions ul li:hover,
.mention-suggestions li.selected {
    background: #76FFF4;
}
