mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 20:01:56 +03:00
fixed quick reply overlay issue on iOS
This commit is contained in:
parent
25733c67ac
commit
21169df19a
@ -26,7 +26,7 @@ export const InputSupportModal = ({children, visible, onClose}: InputSupportModa
|
||||
{
|
||||
Platform.select({
|
||||
ios: (
|
||||
<KeyboardAvoidingView behavior="padding">
|
||||
<KeyboardAvoidingView behavior="padding" style={{backgroundColor: 'rgba(0, 0, 0, 0.2)'}}>
|
||||
{children}
|
||||
</KeyboardAvoidingView>
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user