mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 04:31:46 +02:00
fix: close button in dialog not working
This commit is contained in:
@@ -68,7 +68,14 @@ function Dialog(props) {
|
||||
>
|
||||
{props.showClose && (
|
||||
<Icon.Close
|
||||
sx={{ position: "absolute", top: 0, right: 30, mt: 38 }}
|
||||
sx={{
|
||||
position: "absolute",
|
||||
cursor: "pointer",
|
||||
top: 0,
|
||||
right: 30,
|
||||
mt: 38,
|
||||
zIndex: 999,
|
||||
}}
|
||||
size={26}
|
||||
onClick={props.onClose}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user