ElementalCode / elemental

A drag and drop block-based coding environment for front-end web technologies.
http://elementalcode.herokuapp.com
35 stars 10 forks source link

Search-bar behind blocks #256

Open iamunknown2 opened 7 years ago

iamunknown2 commented 7 years ago

Is this the intended behaviour? If not, it is easily fixable by adding z-index: 1; to #searchBar in the CSS.

matthewr6 commented 7 years ago

@Airhogs777

mrjacobbloom commented 7 years ago

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

iamunknown2 commented 7 years ago

OK - the PR for this feature is #260.