Make WordPress Core

Changeset 30706


Ignore:
Timestamp:
12/02/2014 06:48:24 AM (12 years ago)
Author:
johnbillion
Message:

Don't fix the position of the admin toolbar submenus when the viewport is below 600px. This avoids them becoming detached from the admin toolbar when scrolling.

Fixes #29905
Props avryl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/admin-bar.css

    r30313 r30706  
    10551055
    10561056        #wpadminbar .ab-top-menu > .menupop > .ab-sub-wrapper {
    1057                 position: fixed;
    10581057                width: 100%;
    10591058                left: 0;
Note: See TracChangeset for help on using the changeset viewer.