$root: FlatOverlay;

:global(.#{$root}) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.clickable {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

:export {
  root: $root;
}
