fix(transition): allow page container to shrink for proper layout

This commit is contained in:
LTbinglingfeng
2026-01-02 01:37:17 +08:00
parent 4cfb77dd44
commit e18e9b25ce

View File

@@ -2,7 +2,7 @@
.page-transition {
position: relative;
flex: 1 0 auto;
flex: 1 1 auto;
display: flex;
flex-direction: column;
min-height: 0;