if ($('#gianni').prop('scrollHeight') > $('#gianni').prop('clientHeight') ) { console.log("There is an overflow");
$('#gianni').after( '#overflow#' );
} else {
console.log("All good");
}
if ($('#gianni').prop('scrollHeight') > $('#gianni').prop('clientHeight') ) { console.log("There is an overflow");
$('#gianni').after( '#overflow#' );
} else {
console.log("All good");
}