Instead of using h-100 on the yellow content area, add an extra CSS class to make it flex-grow:1 in height... .flex-fill { flex:1 1 auto; }.
確定! 回上一頁