cas-ds-web-components 1.2.35 → 1.2.37

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,6 +26,7 @@
26
26
  :host {
27
27
  position: absolute;
28
28
  width: 100%;
29
+ pointer-events: none;
29
30
  }
30
31
 
31
32
  .hidden {
@@ -61,6 +62,7 @@
61
62
  left: 50%;
62
63
  z-index: 2;
63
64
  flex-direction: column;
65
+ pointer-events: initial;
64
66
  }
65
67
 
66
68
  .booking-box.focused,
@@ -144,6 +146,7 @@
144
146
  top: 0;
145
147
  left: 0;
146
148
  z-index: 4;
149
+ pointer-events: initial;
147
150
  }
148
151
 
149
152
  @media (max-width: 1023px) {