Currently working on a website where quotes are featured within a specific section. I am seeking a solution for ensuring that if the text cannot be fully displayed within the div (leading to words being cut off), the entire div becomes invisible. I would prefer not to utilize methods such as overflow: scroll;
. Any suggestions on how this issue can be resolved? :)