Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Course options in "My coures" appear behind the course card from the row below #412

Open
MagaliLC opened this issue Feb 22, 2023 · 1 comment
Assignees
Labels

Comments

@MagaliLC
Copy link

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:

  1. Go to "My courses"
  2. Click on the three dots on the right of a course card
  3. You can see that the options appear behind the card which is just below the course you want to remove from view or rate

The options should appear above the course card from the second row

image

  • Moodle version: Moodle 4.1.1+ (Build: 20230210) | Version 2022112801.04
  • Moove version Moove 4.1.1 | Version 2022112801
  • Browser: Chrome
@patrickthibaudeau
Copy link

patrickthibaudeau commented Mar 23, 2023

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;
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants