@import "../styles/common";

.w-drag-elem{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  touch-action:none;
}

.log{
  height: 300px;
  overflow: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
