.user-menu {
    position: relative;
}

#userDropdown {
    min-width: 180px;
    top: 100%;
    right: 0;
    z-index: 99999;
    background: #fff;
    border-radius: 8px;
}