Fix scrolling into view markdown input on web, so it will show the whole component (including padding inside it) in every situation.
Current state
When focusing markdown text input on web that is near the bootom of scrollable area, page scrolls to markdown input however only to the bottom of the line where the caret is.
Objective
Fix scrolling into view markdown input on web, so it will show the whole component (including padding inside it) in every situation.
Current state
When focusing markdown text input on web that is near the bootom of scrollable area, page scrolls to markdown input however only to the bottom of the line where the caret is.
Video
https://github.com/Expensify/react-native-live-markdown/assets/39538890/26f5a6c9-f0bf-491c-9e21-86cbf1e5d634
Example app
App.tsx
Composer.tsx