Make WordPress Core

Changeset 24688


Ignore:
Timestamp:
07/12/2013 08:44:37 PM (12 years ago)
Author:
markjaquith
Message:

Revisions: force a scroll bar so that everything doesn't jerk around as you scrub due to the scroll bar popping in and out.

See #24425.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/wp-admin.css

    r24686 r24688  
    35013501  11.2 - Post Revisions
    35023502------------------------------------------------------------------------------*/
     3503body.revision-php {
     3504    overflow-y: scroll; /* Force a scrollbar, so centering doesn't jump */
     3505}
     3506
    35033507.revisions-control-frame,
    35043508.revisions-diff-frame {
Note: See TracChangeset for help on using the changeset viewer.