restore notifications page, fix z-index issues

This commit is contained in:
Henry Jameson 2022-06-07 16:52:03 +03:00
commit 9b5fe24ca4
5 changed files with 7 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<template>
<teleport :disabled="minimalMode" :to="teleportTarget">
<teleport :disabled="minimalMode || disableTeleport" :to="teleportTarget">
<div
:class="{ minimal: minimalMode }"
class="Notifications"