diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-23 18:33:53 +0200 |
---|---|---|
committer | Rigel Kent <sendmemail@rigelk.eu> | 2018-09-23 18:33:53 +0200 |
commit | bc144e16ce5924e2f840e4df4099d8ea7b56edc4 (patch) | |
tree | b6146db29bd8e56cd178694aa344a2ac3800b859 /client/src | |
parent | ec769c89fdcbcaf2d15de8d211d3ede3b6f69c1a (diff) | |
download | PeerTube-bc144e16ce5924e2f840e4df4099d8ea7b56edc4.tar.gz PeerTube-bc144e16ce5924e2f840e4df4099d8ea7b56edc4.tar.zst PeerTube-bc144e16ce5924e2f840e4df4099d8ea7b56edc4.zip |
append my-help popover to body instead of parent object
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/misc/help.component.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/app/shared/misc/help.component.html b/client/src/app/shared/misc/help.component.html index 5b3ddde1d..28ccb1e26 100644 --- a/client/src/app/shared/misc/help.component.html +++ b/client/src/app/shared/misc/help.component.html | |||
@@ -15,6 +15,7 @@ | |||
15 | <span | 15 | <span |
16 | role="button" | 16 | role="button" |
17 | class="help-tooltip-button" | 17 | class="help-tooltip-button" |
18 | container="body" | ||
18 | title="Get help" | 19 | title="Get help" |
19 | i18n-title | 20 | i18n-title |
20 | [attr.aria-pressed]="isPopoverOpened" | 21 | [attr.aria-pressed]="isPopoverOpened" |