Make WordPress Core

Ticket #26609: admin-bar.css.patch

File admin-bar.css.patch, 349 bytes (added by sagarjadhav, 11 years ago)

Fixed position issue when logged in for smaller screens

  • admin-bar.css

     
    10491049
    10501050/* Smartphone */
    10511051@media screen and (max-width: 600px) {
    1052         #wpadminbar {
    1053                 position: absolute;
    1054         }
    1055        
    10561052        #wp-responsive-overlay {
    10571053                position: fixed;
    10581054                top: 0;