body, #main_container {
  margin-bottom:250px;
}

table.cakeSqlLog {
  clear: both;
  border: 1px solid green;
  position:fixed;
  bottom:0;
  margin:0;
  z-index: 10;
  background-color: #EEFFEE;
}

.cakeSqlLog tbody {
  height:200px;
  overflow:scroll;
}