aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-15 09:25:26 +0100
committerChocobozzz <me@florianbigard.com>2019-01-15 09:25:26 +0100
commit3195cd1c118f5e020ab7e635d5a3dcdad2108b1a (patch)
tree5b863ec2a3fd3c813ebc770f214228c8046093d2 /client
parentad3fa0c56715f98886b1b6400fc54ce7d568d899 (diff)
downloadPeerTube-3195cd1c118f5e020ab7e635d5a3dcdad2108b1a.tar.gz
PeerTube-3195cd1c118f5e020ab7e635d5a3dcdad2108b1a.tar.zst
PeerTube-3195cd1c118f5e020ab7e635d5a3dcdad2108b1a.zip
Fix notification z-index on modals
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html4
-rw-r--r--client/src/sass/primeng-custom.scss5
2 files changed, 7 insertions, 2 deletions
diff --git a/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html b/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html
index 3a8424f68..952235c55 100644
--- a/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html
+++ b/client/src/app/+admin/moderation/video-abuse-list/moderation-comment-modal.component.html
@@ -14,7 +14,7 @@
14 </div> 14 </div>
15 </div> 15 </div>
16 16
17 <div i18n> 17 <div class="form-group" i18n>
18 This comment can only be seen by you or the other moderators. 18 This comment can only be seen by you or the other moderators.
19 </div> 19 </div>
20 20
@@ -29,4 +29,4 @@
29 </form> 29 </form>
30 </div> 30 </div>
31 31
32</ng-template> \ No newline at end of file 32</ng-template>
diff --git a/client/src/sass/primeng-custom.scss b/client/src/sass/primeng-custom.scss
index 58a6a0004..6057b1db0 100644
--- a/client/src/sass/primeng-custom.scss
+++ b/client/src/sass/primeng-custom.scss
@@ -301,6 +301,11 @@ p-inputswitch {
301} 301}
302 302
303p-toast { 303p-toast {
304 .ui-toast {
305 // Modal is 10005
306 z-index: 10010 !important;
307 }
308
304 .ui-toast-message { 309 .ui-toast-message {
305 font-family: $main-fonts; 310 font-family: $main-fonts;
306 311