chat: hotfixing to use overflow='auto'

This commit is contained in:
Matilde Park 2021-03-23 22:38:41 -04:00
parent 88906db6bd
commit 6f18be7232

View File

@ -199,7 +199,7 @@ export default class ChatEditor extends Component {
width='calc(100% - 88px)'
className={inCodeMode ? 'chat code' : 'chat'}
color="black"
overflow='scroll'
overflow='auto'
>
{MOBILE_BROWSER_REGEX.test(navigator.userAgent)
? <MobileBox