Resizing of containing div

I am trying to attach the calendar control to a text input. Everything appears to work until the date value is selected. This event changes the height of the enclosing div, effectively hiding most of the form contents.



Any help is greatly appreciated.











Date Picker Issue



















#container {

position: absolute;

background-color: gray;

width: 98%;

height: 98%;

min-height: 250px;

min-width: 400px;

}



#content {

background-color: white;

position: absolute;

overflow: auto;

padding: 5px;

bottom: 90%;

top: 80px;

bottom: 50px;

left: 80px;

right: 0;

}











































The issue was not reproduced locally. Please, see attached sample
1239283755.zip (33.4 KB)