adjective

Url

13 of 16
Other / Squeeze

congested - Too full, blocked, or crowded.

Because of his alergies, his sinuses were so congested that he couldn't breathe through his nose at all.

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