Making WordPress.org

Ticket #4956: 4956.diff

File 4956.diff, 552 bytes (added by dufresnesteven, 5 years ago)

Since it would be hard to identify why the page has an overflow: hidden, exclude the feed for now.

  • wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css

    diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css wordpress.org/public_html/wp-content/themes/pub/wporg-breathe/style.css
    index 62b1a37ba..ecc99c8dd 100644
    body, 
    343343                overflow-x: hidden;
    344344        }
    345345
     346  #page.hfeed, /* The feed may have a table and we don't want to stop x-direction scrolling */
    346347  body.responsive-show #page {
    347348                overflow-x: visible;
    348349        }