Making WordPress.org

Ticket #6020: 6020.1.patch

File 6020.1.patch, 544 bytes (added by nidhidhandhukiya, 3 years ago)

Hello @dd32 yes you are right that this issue is not facing in the mobile, but if you check between 930 to 771 we still having the overflow issue. and we have tablet at 768 so we need to solve this issue i am adding patch for it after applying that this issue is solved.

  • wordpress.org/public_html/style/trac/wp-trac.css

     
    20532053
    20542054/* =Responsive / Mobile
    20552055----------------------------------------------- */
    2056 @media (max-width: 770px) {
     2056@media (max-width: 991px) {
    20572057        #main {
    20582058                overflow-x: auto;
    20592059        }
     2060}
     2061@media (max-width: 770px) {
     2062
    20602063        #headline {
    20612064                height: auto;
    20622065                min-height: 62px;