File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ const RouteComponent = () => {
200200 } ) }
201201 </ Dialog . Title >
202202 </ Dialog . Header >
203- < ul className = "flex flex-col gap-5" >
203+ < ul className = "flex flex-col gap-5 overflow-auto " >
204204 < AnimatePresence mode = "popLayout" >
205205 { userInfoQuery . data ?. map ( ( user , i ) => {
206206 return (
@@ -270,7 +270,7 @@ const RouteComponent = () => {
270270 } ) }
271271 </ Dialog . Title >
272272 </ Dialog . Header >
273- < ul className = "flex flex-col gap-5" >
273+ < ul className = "flex flex-col gap-5 overflow-auto " >
274274 < AnimatePresence mode = "popLayout" >
275275 < div className = "flex justify-between gap-4 font-bold" >
276276 < p >
@@ -328,7 +328,7 @@ const RouteComponent = () => {
328328 } ) }
329329 </ Dialog . Title >
330330 </ Dialog . Header >
331- < ul className = "flex flex-col gap-5" >
331+ < ul className = "flex flex-col gap-5 overflow-auto " >
332332 < AnimatePresence mode = "popLayout" >
333333 < div className = "flex justify-between gap-4 font-bold" >
334334 < p >
You can’t perform that action at this time.
0 commit comments