.whiteboard-directive {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex: 1;
  flex-direction: column;
}

.whiteboard-directive canvas {
  max-height: calc(100 * var(--window-inner-height));
}