Tucker McKnight <tmcknight@instructure.com> | Sat Aug 15 2026
Make the dropdown-menu's max-height apply to all dropdowns Instead of constraining this to just the branch selector menu, make it apply to all dropdowns on the site. In this case, I want it to also apply to the dropdown menu on the commits page when choosing a branch/tag to view a file in.
224 225 226 227 228 229 230 231 232 233 234
background: $purple;
color: white;
}
.dropdown-menu {
min-width: 220px;
max-height: 80vh;
overflow-y: scroll;
}
}
.badge {224 225 226 227 228 229 230 231 232 233 234
background: $purple;
color: white;
}
}
.dropdown-menu {
min-width: 220px;
max-height: 80vh;
overflow-y: scroll;
}
.badge {