This commit is contained in:
syuilo 2025-03-29 17:28:20 +09:00
parent df3ed93f84
commit 7c06ffc422
2 changed files with 15 additions and 21 deletions

View file

@ -16,9 +16,8 @@ SPDX-License-Identifier: AGPL-3.0-only
</div>
</div>
</div>
<div :class="{ [$style.slotClip]: isPullStart }">
<slot/>
</div>
<slot/>
</div>
</template>
@ -261,8 +260,4 @@ defineExpose({
margin: 5px 0;
}
}
.slotClip {
overflow-y: clip;
}
</style>