Remove minHeight that is forcing scrolling

This commit is contained in:
Gabe Kangas 2023-02-01 11:06:02 -08:00
parent c6136fc35c
commit a50ca4a084
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -127,7 +127,7 @@ const DesktopContent = ({
/>
</div>
<div className={styles.lowerSection} style={{ minHeight: '30vh' }}>
<div className={styles.lowerSection}>
{items.length > 1 ? <Tabs defaultActiveKey="0" items={items} /> : aboutTabContent}
</div>
</>