.logs-popup {
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 99999999999999;
  padding: 2rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
}

.zavrit-logs-popup {
  position: fixed;
  top: 1rem;
  right: 2rem;
}
/*# sourceMappingURL=debuggr.css.map */