fix dialog and <button disabled> coincide
This commit is contained in:
@@ -11,7 +11,12 @@ function FileDialog(props) {
|
||||
let navigate = useNavigate();
|
||||
|
||||
return (
|
||||
<dialog open={props.showStatus}>
|
||||
<dialog
|
||||
open={props.showStatus}
|
||||
style={{
|
||||
zIndex: 1,
|
||||
}}
|
||||
>
|
||||
<p
|
||||
style={{
|
||||
cursor: "pointer",
|
||||
|
||||
Reference in New Issue
Block a user