Skip to content

Commit d827ba7

Browse files
committed
fix: solve #8
Closes #8
1 parent c6f5c07 commit d827ba7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ class NotificationAlert extends React.Component {
133133
margin: "0px auto",
134134
position: "fixed",
135135
transition: "all 0.5s ease-in-out",
136-
zIndex: "1031"
136+
zIndex: "9999"
137137
};
138138
if (place.indexOf("t") !== -1) {
139139
style["top"] = "20px";

0 commit comments

Comments
 (0)