chore: overflow hidden

This commit is contained in:
Tristan Yang
2023-05-22 11:17:53 +08:00
parent 783a1aef66
commit 21d8f6210d
+1 -1
View File
@@ -39,7 +39,7 @@ const ImageMessage: FC<Props> = ({
return (
<div
className={`relative`}
className={`relative overflow-hidden`}
style={{
width: width ? `${width}px` : "",
height: height ? `${height}px` : ""