diff --git a/src/App.tsx b/src/App.tsx index 8a34d0f61b53f83b31b1cbe48d190e52fe589578..76a19880e7b8e544e5a5b9298c25b144fac5f776 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -731,16 +731,16 @@ function Home() { {/* {showComments && ( */} <div className="comment-section" - style={{ - position: "fixed", - bottom: "13%", - right: "28%", - background: "white", - padding: "10px", - borderRadius: "5px", - maxHeight: "40vh", - overflowY: "auto", - }} + // style={{ + // position: "fixed", + // bottom: "13%", + // right: "28%", + // background: "white", + // padding: "10px", + // borderRadius: "5px", + // maxHeight: "40vh", + // overflowY: "auto", + // }} > <div className="comments-list"> {comments.map((c) => (