The lit component overflows viewport due to its child element's, "#content-section", max-height property (set to 550px). A clear solution to this is to reduce this value or to add a relative size unit such as vh to allow better versatility to different sized viewports.
The lit component overflows viewport due to its child element's, "#content-section", max-height property (set to 550px). A clear solution to this is to reduce this value or to add a relative size unit such as vh to allow better versatility to different sized viewports.