#user-paddle-data {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  background: #eee;
  margin: 0;
  word-wrap: break-word;
}

#variable-tools-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  background: #eee;
}
