diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-06-07 13:59:07 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-06-07 13:59:07 +0000 |
| commit | 15229d27b41c1a378fefbb834a4bfd5c12ff0514 (patch) | |
| tree | 4dcf510e313480072a40ed8f89abdcc37bffec52 /src/components/notifications/notifications.vue | |
| parent | 0aa334515bd67ca69e84177c22273592f694fc28 (diff) | |
| parent | 9b5fe24ca455af5420a326e78878ca7b35b5bf66 (diff) | |
Merge branch '3c-fixes' into 'develop'
restore notifications page, fix z-index issues
Closes #1166
See merge request pleroma/pleroma-fe!1534
Diffstat (limited to 'src/components/notifications/notifications.vue')
| -rw-r--r-- | src/components/notifications/notifications.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.vue b/src/components/notifications/notifications.vue index 794ef51d..b46c06aa 100644 --- a/src/components/notifications/notifications.vue +++ b/src/components/notifications/notifications.vue @@ -1,5 +1,5 @@ <template> - <teleport :disabled="minimalMode" :to="teleportTarget"> + <teleport :disabled="minimalMode || disableTeleport" :to="teleportTarget"> <div :class="{ minimal: minimalMode }" class="Notifications" |
