This commit is contained in:
Truong Vo 2025-12-15 11:13:23 +07:00
parent ae09fe1917
commit 39fed6d1a1
1 changed files with 1 additions and 1 deletions

View File

@ -369,7 +369,7 @@ const BottomToolBar = ({
<ActionIcon
style={{
position: "absolute",
top: isExpand ? "-4px" : "-30px",
top: isExpand ? "-15px" : "-30px",
left: "50%",
transform: "translateX(-50%)",
backgroundColor: "#e3e0e0",