Make WordPress Core

Ticket #48195: 48195.patch

File 48195.patch, 590 bytes (added by sabernhardt, 3 years ago)
  • src/wp-content/themes/twentyseventeen/style.css

     
    37923792                background-attachment: fixed;
    37933793        }
    37943794
     3795        @supports ( -webkit-touch-callout: none ) {
     3796                /* Image scrolls with the content in iOS Safari. */
     3797                .background-fixed .panel-image {
     3798                        background-attachment: scroll;
     3799                }
     3800        }
     3801
    37953802        .page-two-column .panel-content .entry-header {
    37963803                float: left;
    37973804                width: 36%;