#debug_toolbar {
  position: fixed;
  max-height: 300px;
  overflow: auto;
  width: 100%;
  background-color: #777;
  bottom: 0;
}
