Update app-div style in App.tsx
This commit is contained in:
parent
6b3ff2cd8c
commit
f53a08ba7a
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ export default function App() {
|
|||
)}
|
||||
</ErrorBoundary>
|
||||
<div></div>
|
||||
<div className="app-div" style={{ zIndex: 999 }}>
|
||||
<div className="app-div z-40">
|
||||
{tempNotificationList.map((alert) => (
|
||||
<div key={alert.id}>
|
||||
{alert.type === "error" ? (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue