Skip to content

Commit

Permalink
feat: fixed height for prerequisite course dropdown list
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrylo Hudym-Levkovych authored and khudym committed Sep 4, 2024
1 parent cc41a2f commit ff71b6e
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,11 @@
.form-group-custom:not(:last-child) {
margin-bottom: 2rem;
}

.dropdown-prerequisite {
.dropdown-menu {
overflow: auto;
height: 20rem;
}
}
}

0 comments on commit ff71b6e

Please sign in to comment.