fix dialog and <button disabled> coincide

This commit is contained in:
2022-07-22 20:59:06 +08:00
parent 51e5f2d0fb
commit caf8b47ca0

View File

@@ -11,7 +11,12 @@ function FileDialog(props) {
let navigate = useNavigate(); let navigate = useNavigate();
return ( return (
<dialog open={props.showStatus}> <dialog
open={props.showStatus}
style={{
zIndex: 1,
}}
>
<p <p
style={{ style={{
cursor: "pointer", cursor: "pointer",