/**
 * @copyright   Copyright (C) 2021 Combodo
 * @license     http://opensource.org/licenses/AGPL-3.0
 */

/* Prevent cursor clicking on the calendar (eg. While editing dashlet) */
.iframe-view-blocker {
  position: absolute;
  z-index: 9; /* To be above calendar links & all, but below .close-box (9) */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: not-allowed;
}
.iframe-style {
  max-width: 100%;
}