diff options
author | Chocobozzz <me@florianbigard.com> | 2019-01-15 09:25:26 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-01-15 09:25:26 +0100 |
commit | 3195cd1c118f5e020ab7e635d5a3dcdad2108b1a (patch) | |
tree | 5b863ec2a3fd3c813ebc770f214228c8046093d2 /client | |
parent | ad3fa0c56715f98886b1b6400fc54ce7d568d899 (diff) | |
download | PeerTube-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.html | 4 | ||||
-rw-r--r-- | client/src/sass/primeng-custom.scss | 5 |
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 | ||
303 | p-toast { | 303 | p-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 | ||