diff --git a/src/pages/Clipboard/History/components/List/index.tsx b/src/pages/Clipboard/History/components/List/index.tsx
index 64ab730186..f8a177beb7 100644
--- a/src/pages/Clipboard/History/components/List/index.tsx
+++ b/src/pages/Clipboard/History/components/List/index.tsx
@@ -1,4 +1,5 @@
import Scrollbar from "@/components/Scrollbar";
+import { FloatButton } from "antd";
import { HistoryContext } from "../..";
import Item from "./components/Item";
@@ -25,6 +26,9 @@ const List = () => {
))}
+
+ {/* @ts-ignore */}
+ containerTarget.current} />
);
};