diff --git a/augur/static/css/dashboard.css b/augur/static/css/dashboard.css index 0653be8f83..1e998a10a4 100644 --- a/augur/static/css/dashboard.css +++ b/augur/static/css/dashboard.css @@ -52,12 +52,12 @@ table { .toast-container { top: 80px !important; right: 16px !important; + z-index: 100000; } .toast { background-color: var(--color-notice); color: var(--color-bg); - z-index: 100000; } #toast-placeholder { diff --git a/augur/static/css/stylesheet.css b/augur/static/css/stylesheet.css index 610cca85d0..7ebcfc6430 100644 --- a/augur/static/css/stylesheet.css +++ b/augur/static/css/stylesheet.css @@ -104,12 +104,12 @@ body { .toast-container { top: 80px !important; right: 16px !important; + z-index: 100000; } .toast { background-color: var(--color-notice); color: var(--color-bg); - z-index: 100000; } #toast-placeholder {