forked from AkkomaGang/akkoma-fe
don't clip on overflow
This commit is contained in:
parent
38d1074992
commit
36309ebe04
3 changed files with 4 additions and 6 deletions
|
@ -1,5 +1,8 @@
|
|||
<template>
|
||||
<teleport :disabled="minimalMode || disableTeleport" :to="teleportTarget">
|
||||
<teleport
|
||||
:disabled="minimalMode || disableTeleport"
|
||||
:to="teleportTarget"
|
||||
>
|
||||
<div
|
||||
:class="{ minimal: minimalMode }"
|
||||
class="Notifications"
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
white-space: normal;
|
||||
word-wrap: break-word;
|
||||
word-break: break-word;
|
||||
overflow: hidden;
|
||||
|
||||
&:hover {
|
||||
--_still-image-img-visibility: visible;
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
.mfm-post-content {
|
||||
overflow-y: hidden;
|
||||
};
|
||||
|
||||
@keyframes tada {
|
||||
from {
|
||||
transform: scale3d(1, 1, 1);
|
||||
|
|
Loading…
Reference in a new issue