feat: simple style tranbox

This commit is contained in:
Gabe Yuan
2024-04-16 00:54:37 +08:00
parent ce4ac79e5f
commit a13493ebc2
5 changed files with 222 additions and 128 deletions

View File

@@ -25,7 +25,8 @@ export default function TranBtn({ onClick, position, tranboxSetting }) {
<div
style={{
cursor: "pointer",
position: "absolute",
// position: "absolute",
position: "fixed",
left,
top,
zIndex: 2147483647,