fix(frontend/HorizontalSwipe): ページの要素がはみ出る問題を修正 (#13036)

This commit is contained in:
かっこかり 2024-01-19 17:19:06 +09:00 committed by GitHub
parent d85085d16f
commit 3ad2732375
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -180,6 +180,7 @@ watch(tabModel, (newTab, oldTab) => {
<style lang="scss" module>
.transitionRoot.enableAnimation {
display: grid;
grid-template-columns: 100%;
overflow: clip;
.transitionChildren {