2020-07-28 23:09:34 +05:30
|
|
|
.ref-selector {
|
|
|
|
.dropdown-menu.show {
|
|
|
|
// Make the dropdown a little wider and longer than usual
|
|
|
|
// since it contains quite a bit of content.
|
2021-04-17 20:07:23 +05:30
|
|
|
overflow: hidden;
|
2020-07-28 23:09:34 +05:30
|
|
|
width: 20rem;
|
2021-04-17 20:07:23 +05:30
|
|
|
|
|
|
|
&,
|
|
|
|
.gl-new-dropdown-inner {
|
|
|
|
max-height: $dropdown-max-height-lg;
|
|
|
|
}
|
2020-07-28 23:09:34 +05:30
|
|
|
}
|
|
|
|
}
|