Files
bsky-social-app/src/components/KeyboardPadding.tsx
T
Hailey 5217876f24 Add padding to dialogs when keyboard is open on Android (#4182)
* add keyboard padding to android dialogs

* missing `keyboardDismissMode` for `ScrollableInner`

* add to `MutedWords`

* add to `LabelsOnMe`
2024-05-23 10:01:31 -07:00

4 lines
88 B
TypeScript

export function KeyboardPadding({maxHeight: _}: {maxHeight?: number}) {
return null
}