CSS Code Snippets

Styling tricks and layout snippets using CSS.

.Toastify__toast-container {
  z-index: 200000;
}

React Toast shows behind modal Issue

Add this css code to your global css fil...