.profile-menu {
    position: absolute !important;
    right: 10px;
    top: 8px;
    z-index: 1000;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
}

.profile-menu:hover {
    right: 10px;
    top: 8px;
    z-index: 1000;
    cursor: pointer
}