Commit a4a51cd5 by Jeffrey Phillips

show toast notifications over modals

Fixes https://github.com/openshift/origin-web-console/issues/1632
parent 790a4b28
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
.toast-notifications-list-pf { .toast-notifications-list-pf {
top: 28px; top: 28px;
z-index: @zindex-modal + 5; // Override Patternfly's z-index to keep toasts above modals but below popovers
> div { > div {
&.ng-enter { &.ng-enter {
animation: toastSlideIn .2s ease-out; animation: toastSlideIn .2s ease-out;
......
...@@ -270,6 +270,7 @@ div.hopscotch-bubble .hopscotch-nav-button.prev { ...@@ -270,6 +270,7 @@ div.hopscotch-bubble .hopscotch-nav-button.prev {
} }
.toast-notifications-list-pf { .toast-notifications-list-pf {
top: 28px; top: 28px;
z-index: 1055;
} }
.toast-notifications-list-pf > div.ng-enter { .toast-notifications-list-pf > div.ng-enter {
animation: toastSlideIn 0.2s ease-out; animation: toastSlideIn 0.2s ease-out;
......
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
.toast-notifications-list-pf { .toast-notifications-list-pf {
top: 28px; top: 28px;
z-index: @zindex-modal + 5; // Override Patternfly's z-index to keep toasts above modals but below popovers
> div { > div {
&.ng-enter { &.ng-enter {
animation: toastSlideIn .2s ease-out; animation: toastSlideIn .2s ease-out;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment