feat: fixed height for prerequisite course dropdown list (#1154)

Co-authored-by: Kyrylo Hudym-Levkovych <kyr.hudym@kyrs-MacBook-Pro.local>
This commit is contained in:
Kyr
2024-09-06 17:28:55 +03:00
committed by GitHub
parent dcf05cde07
commit 3a61e84c50

View File

@@ -2,4 +2,11 @@
.form-group-custom:not(:last-child) {
margin-bottom: 2rem;
}
.dropdown-prerequisite {
.dropdown-menu {
overflow: auto;
height: 20rem;
}
}
}