Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set toast z-index variable in the correct spot
The .toast-container tries to use the z-index CSS variable, which is defined under .toast. However, this variable is not accessible to the container. This change copies the variable to the spot where it can be used.
- Loading branch information