Fix notification z-index on modals
This commit is contained in:
parent
ad3fa0c567
commit
3195cd1c11
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue