You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/pages/ChatContainer/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -433,6 +433,7 @@ Use the `texts` prop with type `ChatContainerTexts` for a **flat** API over user
433
433
|`hideTitleOnEmptyChat`|`boolean`| - |`false`| Hide header title and preview when chat is empty |
434
434
|`isMobile`|`boolean`| - | - | Mobile mode for the chat and all inner components; falls back to `useMobile()` from `@gravity-ui/uikit``MobileProvider`|
435
435
|`adjustToKeyboard`|`boolean`| - |`true`| In mobile mode, shrink the container to the visible viewport while the on-screen keyboard is open |
436
+
|`floatingHeader`|`boolean`| - |`false`| Render the header above the content instead of stacking it, so the content scrolls underneath |
436
437
|`className`|`string`| - | - | Additional CSS class |
437
438
|`headerClassName`|`string`| - | - | Additional CSS class for header section |
438
439
|`contentClassName`|`string`| - | - | Additional CSS class for content section |
0 commit comments