]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
Set toast z-index variable in the correct spot
authorflavio-b <flaviobombonatti@gmail.com>
Fri, 9 Sep 2022 22:07:16 +0000 (19:07 -0300)
committerMark Otto <otto@github.com>
Tue, 20 Sep 2022 11:36:45 +0000 (04:36 -0700)
commit636bb496c93ead07809dc3414e31af3a609482df
tree6d346cea64169e86f59a1886f5c8363d9af0dd82
parentd0117a17d807df05dfd6f6ce72a0d63f081ca529
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.
scss/_toasts.scss