From 98241bf483cb1a9141c3bcb45ec108deaac89b57 Mon Sep 17 00:00:00 2001 From: Joshua Randall <josh@joshrandall.net> Date: Wed, 19 Mar 2025 13:28:44 -0400 Subject: [PATCH] removed inline styles --- src/App.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 8a34d0f..76a1988 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) => ( -- GitLab