diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css index 4c168e4a19..0e94ef30c5 100644 --- a/src/wp-content/themes/twentyseventeen/style.css +++ b/src/wp-content/themes/twentyseventeen/style.css @@ -3796,6 +3796,13 @@ p > object:only-child { background-attachment: fixed; } + @supports ( -webkit-touch-callout: none ) { + /* Image scrolls with the content in iOS Safari. */ + .background-fixed .panel-image { + background-attachment: scroll; + } + } + .page-two-column .panel-content .entry-header { float: left; width: 36%;