Commit 0659b434 authored by Lee SeoYeon's avatar Lee SeoYeon
Browse files

scroll

parent 69cf815d
......@@ -52,7 +52,7 @@ export const MySurveyCard = ({ data }: Props) => {
{data.title ? data.title : "제목없는 설문조사"}
</p>
<div className="h-24 md:h-36 p-3 text-ellipsis overflow-y-scroll">
<div className="h-24 md:h-36 p-3 text-ellipsis overflow-y-hidden hover:overflow-y-auto">
<p className="text-gray-700">
{data.comment ? data.comment : "설명없는 설문조사"}
</p>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment