adjective

13 of 42
Bad / Uncomfortable

stuffy - (of a place) lacking fresh air or ventilation

The office was so stuffy that multiple fans had to be running at all times.

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