Fix notification z-index on modals

This commit is contained in:
Chocobozzz 2019-01-15 09:25:26 +01:00
parent ad3fa0c567
commit 3195cd1c11
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 7 additions and 2 deletions

View File

@ -14,7 +14,7 @@
</div> </div>
</div> </div>
<div i18n> <div class="form-group" i18n>
This comment can only be seen by you or the other moderators. This comment can only be seen by you or the other moderators.
</div> </div>

View File

@ -301,6 +301,11 @@ p-inputswitch {
} }
p-toast { p-toast {
.ui-toast {
// Modal is 10005
z-index: 10010 !important;
}
.ui-toast-message { .ui-toast-message {
font-family: $main-fonts; font-family: $main-fonts;