Browse Source

feat(ui): add id to scroll to bottom button

pull/3007/head
Gabe Kangas 3 years ago
parent
commit
722d11307a
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/chat/ChatContainer/ScrollToBotBtn.tsx

2
web/components/chat/ChatContainer/ScrollToBotBtn.tsx

@ -17,7 +17,7 @@ type Props = { @@ -17,7 +17,7 @@ type Props = {
};
export const ScrollToBotBtn: FC<Props> = ({ onClick }) => (
<div className={styles.toBottomWrap}>
<div className={styles.toBottomWrap} id="scroll-to-chat-bottom">
<Button
type="default"
style={{ color: 'currentColor' }}

Loading…
Cancel
Save