adjective

Url

1501 of 1578
Bad / Dangerous

thorny - Causing distress, difficulty, or trouble.

The negotiating teams were up all night trying to resolve some final thorny issues that had to be resolved.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }