fix dialog and <button disabled> coincide
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user