This might be because I have disabled the overlay module, but it seems more to do with this CSS:

#commerce-kickstart-inline-help-button #edit-commerce-kickstart-inline-help-button {
margin-bottom: 0;
margin-top: -45px;
position: relative;
}

shows "Show help" button overlapping page tabs

Why push that up -45px?

Comments

tmsimont’s picture

Project: Shiny (Administration theme) » Commerce Kickstart
Version: 7.x-1.1 » 7.x-2.x-dev

not shiny.. it's coming from kickstart

tmsimont’s picture

jsacksick’s picture

Status: Active » Fixed

In a default Kickstart set-up, this value is being overriden by the css of the commerce_kickstart_admin theme(subtheme of Shiny), I have no idea why we didn't directly update the value in commerce_kickstart_help itself. Thanks for the patch (https://code.drupalcommerce.org/#/c/690/).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

changed probable cause