Short Answer. Instead of: grid-template-rows: 30px repeat(auto-fill, 1fr). Try this: grid-template-rows: 30px repeat(auto-fit, minmax(10px, ...
確定! 回上一頁