﻿.myTextBox {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    width: 100%;
    background: transparent;
}
myTextBox {
    width: -webkit-fill-available;
}