/* pages/topics/index.wxss */ page{ height: 100%; } .content-wrapper{ height: 100%; width: 100%; display: flex; flex-direction: column; } .content{ overflow: scroll; }