Hello,
is it possible to darken the background behind the notification window so that the notification window is better highlighted?
Hello,
is it possible to darken the background behind the notification window so that the notification window is better highlighted?
Some some css in a ui-template will do that.
Use your browsers dev tools to find the class / variable that affects it. Once you have that, make a ui-template with the necessary CSS override.
I found the necessary CCS:
.v-snackbar {
background-color: rgba(0, 0, 0, 0.7);
margin: 0px !important;
}