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; }
Issue
On a "short" admin page, the search box may show at the bottom of the page.
Steps to Recreate The Issue
Proposed Solution
Add a
display: none;to the#js_launcherdeclaration on line 22 inlauncher/view/adminhtml/web/css/source/_module.lessProposed declaration:
#js_launcher { width: 96%; position: relative; display: none; }