don't clip on overflow

This commit is contained in:
FloatingGhost 2022-06-14 17:28:41 +01:00
parent 38d1074992
commit 36309ebe04
3 changed files with 4 additions and 6 deletions

View file

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