You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this can help anyone, as a quick fix, I added the following to _general.scss:
// Fix for Dropdown menu on dashboard cards
// This puts the dropdown menu left of the button (dots)
.card-deck.dashboard-card-deck {
.dropdown-menu.dropdown-menu-right.show {
will-change: transform !important;
position: absolute !important;
transform: translate3d(-190px, -25px, 0px) !important;
top: 0px !important;
left: 0px !important;
}
}
The course options ("Star this course" and "Remove from view") in "My courses" appear behind other course cards.
When there are two or more rows of courses:
The options should appear above the course card from the second row
The text was updated successfully, but these errors were encountered: