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;
}

Why push that up -45px?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | commerce_kickstart-show_help_button_problem-1967952-2.patch | 1.13 KB | tmsimont |
| commerce-admin-problem.png | 58.3 KB | tmsimont |
Comments
Comment #1
tmsimont commentednot shiny.. it's coming from kickstart
Comment #2
tmsimont commentedpatch.
Comment #3
jsacksick commentedIn 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/).
Comment #4.0
(not verified) commentedchanged probable cause