This commit is contained in:
2026-03-21 12:40:24 +09:00
parent 40a62ccb22
commit 54a55875b3
@@ -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">