fix: commands z-index
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user