adding index to alerts

This commit is contained in:
Cristhian Zanforlin Lousa 2023-06-07 19:13:21 -03:00
commit b7c847930b

View file

@ -134,7 +134,9 @@ export default function App() {
</div>
</ErrorBoundary>
<div></div>
<div className="flex z-40 flex-col-reverse fixed bottom-5 left-5">
<div className="flex flex-col-reverse fixed bottom-5 left-5"
style={{zIndex: 999}}
>
{alertsList.map((alert) => (
<div key={alert.id}>
{alert.type === "error" ? (