Merge branch 'master' into notification_finitions

This commit is contained in:
2022-01-17 15:29:48 +01:00
36 changed files with 422 additions and 122 deletions

View File

@@ -423,3 +423,8 @@ span.item-key {
background-color: #0000000a;
//text-decoration: dotted underline;
}
// increase toast message z-index (above all modals)
div.v-toast {
z-index: 10000!important;
}