_misc.scss 144 B

12345678910111213
  1. .wh-100 {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .no-events-container {
  6. pointer-events: none !important;
  7. > * {
  8. pointer-events: auto;
  9. }
  10. }