diff --git a/components/Dropdown.js b/components/Dropdown.js index 6e180dc..493d03e 100644 --- a/components/Dropdown.js +++ b/components/Dropdown.js @@ -75,6 +75,7 @@ const DropdownContainer = ({ children, innerRef, minWidth, ...rest }) => { .dropdown-container { min-width: ${minWidth}px; cursor: pointer; + user-select: none; } `}