From d3633743f8accb0a3192d32b342eddfdbdfcab24 Mon Sep 17 00:00:00 2001 From: Jake Dexheimer Date: Mon, 5 Mar 2018 20:05:31 -0600 Subject: [PATCH] dropdown user-select:none --- components/Dropdown.js | 1 + 1 file changed, 1 insertion(+) 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; } `}