mirror of https://github.com/Chocobozzz/PeerTube
Fix notification z-index on modals
parent
ad3fa0c567
commit
3195cd1c11
|
@ -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>
|
||||
|
||||
|
|
|
@ -301,6 +301,11 @@ p-inputswitch {
|
|||
}
|
||||
|
||||
p-toast {
|
||||
.ui-toast {
|
||||
// Modal is 10005
|
||||
z-index: 10010 !important;
|
||||
}
|
||||
|
||||
.ui-toast-message {
|
||||
font-family: $main-fonts;
|
||||
|
||||
|
|
Loading…
Reference in New Issue