Browse Source

#297

feature/297
みてるぞ 4 days ago
parent
commit
40a62ccb22
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/src/pages/theatres/TheatreDetailPage.tsx

+ 1
- 1
frontend/src/pages/theatres/TheatreDetailPage.tsx View File

@@ -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">


Loading…
Cancel
Save