body {
  margin: 0;
  overflow: hidden;
}

#vditor {
  height: 100vh;
}

.editor-brand {
  position: fixed;
  bottom: 8px;
  right: 16px;
  z-index: 999;
  font-size: 12px;
  color: #aaa;
  pointer-events: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
