mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Fix teams dropdown sizing (#3759)
This commit is contained in:
parent
5b57719e3a
commit
fe368c6238
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue