I\'ve defined my div\'s height in a stylesheet:
.topbar{ width:100%; height:70px; background-color:#475; }
But as soon as text is entered
You can try max-height: 70px; See if that works.