Fix teams dropdown sizing (#3759)

This commit is contained in:
gillespi314 2022-01-19 12:55:10 -06:00 committed by GitHub
parent 5b57719e3a
commit fe368c6238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,13 +22,14 @@
.Select-menu {
padding-right: $pad-small; // moves scrollbar to edge of dropdown
padding-bottom: $pad-medium;
max-height: none;
}
.Select-menu-outer {
position: absolute;
width: 330px;
min-width: 125px;
max-height: none;
left: -12px;
top: 36px;
border-radius: 6px;