.controlBar {
  position: fixed;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  width: 100%;
  z-index: 999;
}
