-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Supporting for customing input panel height added in 986e329 You can use Install dev version to use this feature:
|
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
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