remove scrollbars

This commit is contained in:
EthanHealy01 2025-07-22 10:54:14 +01:00
parent 6196f3a38c
commit b4b1772830

View File

@ -33,7 +33,7 @@ const CompressSettings = ({ parameters, onParameterChange, disabled = false }: C
disabled={disabled}
style={{ flex: 1, height: 'auto', minHeight: '40px', fontSize: '11px' }}
>
<div style={{ textAlign: 'center', lineHeight: '1.1', fontSize: '11px', overflow: 'auto' }}>
<div style={{ textAlign: 'center', lineHeight: '1.1', fontSize: '11px' }}>
Quality
</div>
</Button>