fix: commands z-index

This commit is contained in:
zerosoul
2022-05-10 21:10:00 +08:00
parent fc42f89059
commit a3aca49caa
+1 -1
View File
@@ -22,7 +22,7 @@ import usePinMessage from "../../hook/usePinMessage";
import { ContentTypes } from "../../../app/config"; import { ContentTypes } from "../../../app/config";
import toast from "react-hot-toast"; import toast from "react-hot-toast";
const StyledCmds = styled.ul` const StyledCmds = styled.ul`
z-index: 9999; /* z-index: 9999; */
position: absolute; position: absolute;
right: 10px; right: 10px;
top: 0; top: 0;