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

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