Skip to content

Commit

Permalink
feat: fixed height for prerequisite course dropdown list (#1154)
Browse files Browse the repository at this point in the history
Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
  • Loading branch information
khudym and Kyrylo Hudym-Levkovych authored Sep 6, 2024
1 parent dcf05cd commit 3a61e84
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 3a61e84

Please sign in to comment.