adjective

Url

49 of 60
Bad / Uncomfortable

stiff - Difficult to move one's body, often due to tightness or soreness; rigid or not easily bent; firm in structure.

The new shoes were stiff and uncomfortable at first.

// 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(); }); }