Ticket #29973: 29973.diff
File 29973.diff, 1.2 KB (added by , 10 years ago) |
---|
-
wp-content/themes/twentyfifteen/style.css
3784 3784 */ 3785 3785 3786 3786 @media screen and (min-width: 59.6875em) { 3787 body:before, 3788 .site-header, 3789 .main-navigation, 3790 .social-navigation, 3791 .widget { 3792 -webkit-transform: translateZ(0); /* Fixes flashing bug with scrolling on iOS Safari */ 3793 } 3794 3787 3795 body:before { 3788 3796 background-color: #fff; 3789 3797 box-shadow: 0 0 1px rgba(0, 0, 0, 0.15); … … 3805 3813 .sidebar { 3806 3814 float: left; 3807 3815 height: 100%; 3808 overflow-y: auto;3809 3816 margin-right: -100%; 3810 3817 max-width: 413px; 3811 -webkit-overflow-scrolling: touch; 3818 overflow-y: scroll; 3819 -webkit-overflow-scrolling: touch; /* Enable momentum scrolling on iOS Safari */ 3812 3820 position: fixed; 3813 3821 width: 29.4118%; 3814 3822 } … … 3823 3831 display: block; 3824 3832 margin: 0; 3825 3833 padding: 0; 3826 -webkit-transform: translateZ(0);3827 3834 } 3828 3835 3829 3836 .site-main { … … 4059 4066 border-bottom: 0; 4060 4067 margin: 20% 0; 4061 4068 padding: 0 20%; 4062 -webkit-transform: translateZ(0);4063 4069 } 4064 4070 4065 4071 .site-branding {