
header {
}
 
.main {
	overflow-y: scroll;
	overflow-x: scroll;
}
 
.footer {
}


<!--
header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: lightgrey;
}
 
.main {
  padding-top: 50px;
  overflow: auto;
}
 
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: lightgrey;
}

-->