Making WordPress.org

Ticket #7252: 7252.patch

File 7252.patch, 588 bytes (added by himanshuc, 13 months ago)
  • wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

     
    396396        }
    397397
    398398        body.responsive-show {
    399                 overflow-y: visible;
    400                 position: static;
     399                overflow-y: hidden;
     400                position: fixed !important;
     401                top: 0 !important;
     402                padding-top: var(--wp-admin--admin-bar--height, 0px) !important;
    401403        }
    402404
    403405        #page {