File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 * ========================================================================== */
4848
4949/**
50- * Remove the margin in all browsers (opinionated).
50+ * 1. Fill the viewport block in all browsers (opinionated).
51+ * 2. Remove the margin in all browsers (opinionated).
5152 */
5253
5354: where (body ) {
54- margin : 0 ;
55+ block-size : -moz-available; /* 1 */
56+ block-size : -webkit-fill-available; /* 1 */
57+ block-size : stretch; /* 1 */
58+ margin : 0 ; /* 2 */
5559}
5660
5761/**
Original file line number Diff line number Diff line change 4747 * ========================================================================== */
4848
4949/**
50- * Remove the margin in all browsers (opinionated).
50+ * 1. Fill the viewport block in all browsers (opinionated).
51+ * 2. Remove the margin in all browsers (opinionated).
5152 */
5253
5354: where (body ) {
54- margin : 0 ;
55+ block-size : -moz-available; /* 1 */
56+ block-size : -webkit-fill-available; /* 1 */
57+ block-size : stretch; /* 1 */
58+ margin : 0 ; /* 2 */
5559}
5660
5761/**
You can’t perform that action at this time.
0 commit comments