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"

View file

@ -5,7 +5,6 @@
white-space: normal;
word-wrap: break-word;
word-break: break-word;
overflow: hidden;
&:hover {
--_still-image-img-visibility: visible;