mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
added left:unset to counter left:0 in recent react-select release
This commit is contained in:
@@ -102,5 +102,6 @@ $select-option-selected-bg: $dropdownLinkBackgroundActive;
|
|||||||
.gf-form-input--form-dropdown-right {
|
.gf-form-input--form-dropdown-right {
|
||||||
.Select-menu-outer {
|
.Select-menu-outer {
|
||||||
right: 0;
|
right: 0;
|
||||||
|
left: unset;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user