diff --git a/client/src/components/Toasts/Toast.css b/client/src/components/Toasts/Toast.css index ff3269b7..dd4f3c1b 100644 --- a/client/src/components/Toasts/Toast.css +++ b/client/src/components/Toasts/Toast.css @@ -2,7 +2,7 @@ position: fixed; right: 24px; bottom: 24px; - z-index: 10; + z-index: 103; width: 345px; } diff --git a/client/src/components/ui/Tabler.css b/client/src/components/ui/Tabler.css index 967d4d0b..82ab58d4 100644 --- a/client/src/components/ui/Tabler.css +++ b/client/src/components/ui/Tabler.css @@ -10373,6 +10373,8 @@ body.fixed-header .header { font-size: 0.875rem; padding: 1.25rem 0; color: #9aa0ac; + position: relative; + z-index: 102; } .footer a:not(.btn) {