• When previewing a revision the div.rvy_view_revision.rvy_view_pendion header bar has an inline z-index set of 999981. This makes the WordPress admin drop down menus show up behind it. Rendering them inaccessible.

Viewing 1 replies (of 1 total)
  • Plugin Author Kevin Behrens

    (@kevinb)

    I’ll adjust the script to limit that z-index setting to less than the admin bar’s value. But FYI, if you are running PublishPress Revisions 2.1.x, that result could only happen if there is some other element on your page with position:fixed and a z-index of 999980. If you add a CSS rule to set that one lower, PP Revisions will just exceed it by one.

    Another option is to revert to a relative position preview / approval top bar by setting the following constant in wp-config.php:

    define( 'REVISIONARY_PREVIEW_BAR_RELATIVE', true );

Viewing 1 replies (of 1 total)
  • The topic ‘Preview bar has too high of a z-index’ is closed to new replies.