I have created a drop down with the functions of codeigniter and I want to change it's direction to upwards. any idea ?
<div class="col-lg-8 validate-parent">
<?php echo form_dropdown('approved_by" id="approved_by" required class="form-control text-left chosen-select"', $employee); ?>
</div>
I have tried with css but no result