Fix notification z-index on modals

pull/1567/head
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 i18n>
<div class="form-group" i18n>
This comment can only be seen by you or the other moderators.
</div>
@ -29,4 +29,4 @@
</form>
</div>
</ng-template>
</ng-template>

View File

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