This commit is contained in:
@@ -289,7 +289,7 @@ export default (() => {
|
||||
<div
|
||||
ref={commentsRef}
|
||||
className="overflow-x-hidden overflow-y-scroll text-wrap
|
||||
border border-black dark:border-white w-full h-[90vh]">
|
||||
border border-black dark:border-white w-full h-[80vh]">
|
||||
{comments.map (comment => (
|
||||
<div key={comment.no} className="p-2">
|
||||
<div className="w-full">
|
||||
|
||||
Reference in New Issue
Block a user