diff --git a/packages/app/src/composer/input/input.tsx b/packages/app/src/composer/input/input.tsx index b35a2811d..6d57619ea 100644 --- a/packages/app/src/composer/input/input.tsx +++ b/packages/app/src/composer/input/input.tsx @@ -74,6 +74,7 @@ import { } from "./state"; const DEFAULT_SEND_KEYS: ShortcutKey[][] = [["Enter"]]; +const COMPOSER_INPUT_DATASET = { composerInput: "" } as const; export interface AttachmentMenuItem { id: string; @@ -1807,6 +1808,7 @@ export const MessageInput = forwardRef( void { scrollbar-width: ${WEB_SCROLLBAR_WIDTH}; } +[data-composer-input] { + scrollbar-gutter: stable; +} + *::-webkit-scrollbar { width: ${WEB_SCROLLBAR_SIZE_PX}px; height: ${WEB_SCROLLBAR_SIZE_PX}px;