dropdown user-select:none

main
Jake Dexheimer 7 years ago
parent f1760129d6
commit d3633743f8

@ -75,6 +75,7 @@ const DropdownContainer = ({ children, innerRef, minWidth, ...rest }) => {
.dropdown-container {
min-width: ${minWidth}px;
cursor: pointer;
user-select: none;
}
`}</style>
</div>

Loading…
Cancel
Save