I cannot scroll the page after I use load() that generates cards from a database query. I've also tried putting overflow: auto everywhere.
$('.accomm-content').load('../../php/functions/loadAccommodationCards.php', function(){
//do something here
});