fix edit message z-index 10

This commit is contained in:
2023-07-08 14:24:32 +08:00
parent 86699511df
commit f2129f6a67

View File

@@ -105,7 +105,7 @@ export default function Message(props: Props) {
{showEdit && ( {showEdit && (
<div <div
className={ className={
"absolute bg-black bg-opacity-50 w-full h-full top-0 left-0 pt-5 px-5 pb-20 rounded" "absolute bg-black bg-opacity-50 w-full h-full top-0 left-0 pt-5 px-5 pb-20 rounded z-10"
} }
> >
<textarea <textarea