feat(ui): add id to scroll to bottom button
This commit is contained in:
@@ -17,7 +17,7 @@ type Props = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const ScrollToBotBtn: FC<Props> = ({ onClick }) => (
|
export const ScrollToBotBtn: FC<Props> = ({ onClick }) => (
|
||||||
<div className={styles.toBottomWrap}>
|
<div className={styles.toBottomWrap} id="scroll-to-chat-bottom">
|
||||||
<Button
|
<Button
|
||||||
type="default"
|
type="default"
|
||||||
style={{ color: 'currentColor' }}
|
style={{ color: 'currentColor' }}
|
||||||
|
|||||||
Reference in New Issue
Block a user