Open iamunknown2 opened 7 years ago
@Airhogs777
This seems like a fine change to make, since blocks being dragged still appear above the search box. But note that if the window is ever small enough for the search button to overlap with the blocks in the palette, then the expanded search box is cut off anyway
OK - the PR for this feature is #260.
Is this the intended behaviour? If not, it is easily fixable by adding
z-index: 1;
to#searchBar
in the CSS.