.dexp-body-inner{
	clear: both;
	overflow: hidden;
	/*overflow-y: auto;*/
	position: relative;
  height: 100%;
}
.dexp-sticky.fixed{
	position: fixed;
	width:100%;
	top:0;
	z-index:99;
}