.promo {
width: 78%;
height: 30px;
}
<h6>
Have a Promo Code
</h6>
<br>
<span>
<input type="text"
class="form-control promo" placeholder="Enter your Promo Code here">
<span class="apply background" >Apply</span>
</span>
THe input field text is hiding when keyboards is popinng on mobile screen in samsung phone how can i prevent that keyboard dont hide the input field while wirting into it