Make WordPress Core

Ticket #39384: 39384.patch

File 39384.patch, 418 bytes (added by poena, 4 years ago)

Updates z-index for the fixed menu.

  • src/wp-content/themes/twentyseventeen/style.css

     
    35273527                right: 0;
    35283528                top: 0;
    35293529                width: 100%;
    3530                 z-index: 7;
     3530                z-index: 9999;
    35313531        }
    35323532
    35333533        .admin-bar .site-navigation-fixed.navigation-top {