Skip to content
Snippets Groups Projects
Commit 102989fe authored by Matthias Weinreuter's avatar Matthias Weinreuter
Browse files

Issue #12: dropdown placement if no space

parent aa855416
No related branches found
No related tags found
No related merge requests found
Pipeline #391073 failed
......@@ -3,6 +3,7 @@ import ReactSelect, {Props} from "react-select";
const Select = ({style, ...props}: Props & { style?: CSSProperties}) =>
<ReactSelect
menuPlacement={"auto"}
styles ={{
option: (provided) => ({
...provided,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment