We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e82b70 commit 12f505fCopy full SHA for 12f505f
js/chat/chat.scss
@@ -145,7 +145,8 @@ shiny-chat-input {
145
146
margin-top: calc(-1 * var(--_input-padding-top));
147
position: sticky;
148
- bottom: calc(-1 * var(--_input-padding-bottom));
+ bottom: calc(-1 * var(--_input-padding-bottom) + 4px);
149
+ // 4px: autoscroll adds 2px to height, this keeps input from wiggling when scrolling on top of chat
150
padding-block: var(--_input-padding-top) var(--_input-padding-bottom);
151
152
textarea {
0 commit comments