We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b1b376 commit 0ab85c3Copy full SHA for 0ab85c3
src/webchat-ui/components/history/ChatScroller.tsx
@@ -22,6 +22,7 @@ const Scroller = styled(ScrollToBottom)({
22
height: "100% !important",
23
width: "100%",
24
overflowY: "auto" as const,
25
+ position: "initial",
26
27
"& .hiddenAutoScrollButton": {
28
display: "none",
@@ -38,7 +39,7 @@ const ChatLog = styled.div(({ theme }) => ({
38
39
const ScrollButton = styled("button")(({ theme }) => ({
40
position: "absolute",
41
zIndex: 10,
- bottom: "20px",
42
+ bottom: "110px",
43
left: "50%",
44
transform: "translateX(-50%)",
45
backgroundColor: theme.primaryWeakColor,
0 commit comments