Skip to content

Search Box May Show On Bottom of "Short" Pages #2

Description

@PromInc

Issue

On a "short" admin page, the search box may show at the bottom of the page.

Steps to Recreate The Issue

  • Navigate to Stores -> Inventory -> Sources.
    • In my clean installation there is only one option - default. This creates a short page of content.
    • Below the footer of the admin you can see the Where you want to go input box

Proposed Solution

Add a display: none; to the #js_launcher declaration on line 22 in launcher/view/adminhtml/web/css/source/_module.less

Proposed declaration:
#js_launcher { width: 96%; position: relative; display: none; }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions