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 { .dropdown-container {
min-width: ${minWidth}px; min-width: ${minWidth}px;
cursor: pointer; cursor: pointer;
user-select: none;
} }
`}</style> `}</style>
</div> </div>

Loading…
Cancel
Save