the problem is when I open the Materialize CSS select the options cover the input. and I want options to be under the input.
<div class="input-field ">
<select>
<option value="" disabled selected style="margin-top: 43px">Choose your option</option>
<option value="1">Option 1</option>
<option value="2">Option 2</option>
<option value="3">Option 3</option>
</select>
<label>Sort By</label>
</div>
