mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 08:33:09 +02:00
fix(frontend/HorizontalSwipe): ページの要素がはみ出る問題を修正 (#13036)
This commit is contained in:
parent
d85085d16f
commit
3ad2732375
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ watch(tabModel, (newTab, oldTab) => {
|
|||
<style lang="scss" module>
|
||||
.transitionRoot.enableAnimation {
|
||||
display: grid;
|
||||
grid-template-columns: 100%;
|
||||
overflow: clip;
|
||||
|
||||
.transitionChildren {
|
||||
|
|
Loading…
Reference in a new issue