Making WordPress.org

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#3408 closed defect (bug) (fixed)

Admin Bar Overlay Theme Previewer

Reported by: howdy_mcgee's profile Howdy_McGee Owned by: obenland's profile obenland
Milestone: Priority: normal
Component: Theme Directory Keywords:
Cc:

Description

Whenever logged into .org the admin bar overlay the theme preview divs making it difficult to traverse or exit out of the preview. There needs to be a class on the overlay divs to determine if the user is logged in and then offset by 32px or use the body class to do that.

body.logged-in .wp-full-overlay,
body.logged-in .wp-full-overlay-sidebar {top: 32px;}

This is happening in all major Windows browsers.

Attachments (1)

login-overlay.jpg (11.5 KB) - added by Howdy_McGee 7 years ago.
Admin Bar Overlay

Download all attachments as: .zip

Change History (3)

@Howdy_McGee
7 years ago

Admin Bar Overlay

#1 @obenland
7 years ago

  • Owner set to obenland
  • Resolution set to fixed
  • Status changed from new to closed

In 6472:

Themes: Improve theme preview styles.

Props Howdy_McGee.
Fixes #3408.

#2 @obenland
7 years ago

In 6550:

Themes: Account for admin bar in preview

See #3408.

Note: See TracTickets for help on using tickets.