fix: remove Tippy warning
This commit is contained in:
@@ -42,8 +42,8 @@ export default function Select({ options = [], updateSelect = null, current = CU
|
|||||||
};
|
};
|
||||||
return (
|
return (
|
||||||
<Tippy
|
<Tippy
|
||||||
trigger="click"
|
|
||||||
visible={optionsVisible}
|
visible={optionsVisible}
|
||||||
|
appendTo={document.body}
|
||||||
placement="bottom"
|
placement="bottom"
|
||||||
interactive
|
interactive
|
||||||
content={
|
content={
|
||||||
|
|||||||
Reference in New Issue
Block a user