]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix notification z-index on modals
authorChocobozzz <me@florianbigard.com>
Tue, 15 Jan 2019 08:25:26 +0000 (09:25 +0100)
committerChocobozzz <me@florianbigard.com>
Tue, 15 Jan 2019 08:25:26 +0000 (09:25 +0100)
client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html
client/src/sass/primeng-custom.scss

index 3a8424f689fa47951d10babb430ad89d7fc24233..952235c5554d8c17535c86621c3f34fe89aa7f01 100644 (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>
\ No newline at end of file
+</ng-template>
index 58a6a0004b9ddbcc9b674cbec67c3db62b69abe2..6057b1db0573dbe7a49ec2de6ffdc7d26704a990 100644 (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;