#auth-container {
  position: absolute;
  top: 10px;
  left: 10px;
}
.outline {
  border: 1px white solid;
}

.selected {
  border: 1px solid green;
}

.affine-frame div {
  width:100px;
}
body {
  background: #111;
  color: grey;
  margin: 0;
  padding: 0;
  height: 100%;
}
.myspaceapp {
  background: black;
  cursor: grab;
  height: 100dvh;
}
.myspaceapp:focus-visible {
  outline: 1px solid blue;
}
.active-pinch {
  cursor: grabbing;
}
.mycomponent {
  background: white;
  color: black;
}
.mylabel {
  margin: 0;
  padding-top: 1rem;
  text-align: center;
  font-size: 1rem;
  box-sizing: border-box;
  height: 100%;
}
.mycomponent.active-tap {
  background: #EEE;
}
.mycomponent.disabled {
  cursor: not-allowed;
}
.active-pinch .mycomponent {
  cursor: grabbing;
}
.mycomponent.active-content {
  cursor: initial;
}
.mycomponent.active-content .affine-proxy-pointer {
  cursor: grab;
}
.active-pinch.active-content .affine-proxy-pointer {
  cursor: grabbing;
}
.scroller {
  overflow: scroll;
}
