@@ -294,7 +294,7 @@ const Question = ({
294
294
) ;
295
295
296
296
return (
297
- < div className = "px-2 grid grid-rows-[20%_45%_35%] gap-2 grid-cols-1 h-full items-start" >
297
+ < div className = "px-2 grid grid-rows-[20%_45%_35%] gap-2 grid-cols-1 h-full items-start max-h-[100vh] " >
298
298
< div className = "mt-4 row-span-1 grid grid-rows-1 grid-cols-[75%_25%] w-full h-full" >
299
299
< div className = "flex flex-col" ref = { containerRef } >
300
300
< h1
@@ -359,14 +359,6 @@ const Question = ({
359
359
Exit Room
360
360
</ Button >
361
361
</ div >
362
- < < << << < HEAD
363
- < span className = "row-span-1 text-primary-300 max-h-[100%] h-full overflow-y-auto flex flex-col bg-primary-800 p-3 rounded-md" >
364
- < span className = "text-yellow-500 font-bold text-md" > Question Description</ span >
365
- < span className = "text-white py-2 text-xs" > { question ?. description } </ span >
366
- </ span >
367
- < div className = "row-span-1 flex flex-col bg-primary-800 rounded-md h-full max-h-[90%] min-h-[80%] overflow-y-auto" >
368
- { messages . length == 0 ? (
369
- = === ===
370
362
< span className = "row-span-1 text-primary-300 text-md max-h-[100%] h-full overflow-y-auto flex flex-col gap-2 bg-primary-800 p-3 rounded-md" >
371
363
< span className = "text-yellow-500 font-bold" > Question Description</ span >
372
364
< span className = "text-white text-md py-4" > { question ?. description } </ span >
@@ -415,14 +407,13 @@ const Question = ({
415
407
</ div >
416
408
) }
417
409
</ span >
418
- < div className = "row-span-1 flex flex-col bg-primary-800 rounded-md h-full max-h-[80%] min-h-[80%] overflow-y-auto" >
410
+ < div className = "row-span-1 flex flex-col bg-primary-800 rounded-md h-full overflow-y-auto" >
419
411
{ isLoading && (
420
412
< div className = "flex justify-center p-2" >
421
413
< MoonLoader size = { 20 } />
422
414
</ div >
423
415
) }
424
416
{ chatLogs . length === 0 ? (
425
- > >>> >>> 01 a3654adb4dcd9a11153237fbd0c990683af6ca
426
417
< span className = "h-full w-full flex items-center justify-center text-primary-300 italic" >
427
418
Say hello to your match!
428
419
</ span >
0 commit comments