diff --git a/src/components/common/messaging/bars/JumpToBottom.tsx b/src/components/common/messaging/bars/JumpToBottom.tsx index 379afe2d..06bcbc7d 100644 --- a/src/components/common/messaging/bars/JumpToBottom.tsx +++ b/src/components/common/messaging/bars/JumpToBottom.tsx @@ -71,7 +71,7 @@ export const Bar = styled.div<{ position: "top" | "bottom"; accent?: boolean }>` isTouchscreenDevice && css` height: 34px; - top: -32px; + /*top: -32px;*/ padding: 0 12px; `} }