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;

View File

@ -1,7 +1,3 @@
.mfm-post-content {
overflow-y: hidden;
};
@keyframes tada {
from {
transform: scale3d(1, 1, 1);