mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
chat: hotfixing to use overflow='auto'
This commit is contained in:
parent
88906db6bd
commit
6f18be7232
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user