|
On a small screen, an input container blocks the bottom of the screen. Sometimes as much as 1/3 of the screen is blocked, making it difficult to read other content. Is there a way to make the input div scroll with a page? |
Answered by
wang0618
Apr 14, 2021
Replies: 2 comments 2 replies
|
Supporting for customing input panel height added in 986e329 You can use Install dev version to use this feature: |
1 reply
|
Now you can make input panel not fixed at bottom by using If you want not to scroll bottom when showing input, you also need This feature added in 8faaac5 |
1 reply
Answer selected by
bosoniqs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Now you can make input panel not fixed at bottom by using
set_env(input_panel_fixed=False)If you want not to scroll bottom when showing input, you also need
set_env(input_panel_fixed=False, input_auto_focus=False)This feature added in 8faaac5