This commit is contained in:
2026-03-21 12:38:26 +09:00
parent e5da633dfe
commit 40a62ccb22
@@ -289,7 +289,7 @@ export default (() => {
<div <div
ref={commentsRef} ref={commentsRef}
className="overflow-x-hidden overflow-y-scroll text-wrap className="overflow-x-hidden overflow-y-scroll text-wrap
border border-black dark:border-white w-full h-3/4"> border border-black dark:border-white w-full h-[90vh]">
{comments.map (comment => ( {comments.map (comment => (
<div key={comment.no} className="p-2"> <div key={comment.no} className="p-2">
<div className="w-full"> <div className="w-full">