Search Results

1
vote

Resetting height of an HTML element via CSS

change the height to 'auto' and see if that works for you. Auto is the default height for elements, it means the browser calculates the height itself. …