iticket-seatingplan-dev 1.4.3 → 1.4.4

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.
@@ -137,7 +137,7 @@ function Map(_ref) {
137
137
  })))), /*#__PURE__*/_react.default.createElement(_reactLeafletCustomControl.default, {
138
138
  position: "topleft"
139
139
  }, /*#__PURE__*/_react.default.createElement("div", {
140
- className: "extra-controls"
140
+ className: "extra-controls full-screen-control"
141
141
  }, /*#__PURE__*/_react.default.createElement("button", {
142
142
  title: isFullScreen ? "Collapse Seating Plan" : "Expand Seating Plan",
143
143
  onClick: () => {
@@ -612,6 +612,11 @@ svg.leaflet-image-layer.leaflet-interactive path {
612
612
  display: flex;
613
613
  }
614
614
 
615
+ @media screen and (max-width: 768px) {
616
+ .full-screen-control {
617
+ display: none;
618
+ }
619
+ }
615
620
  /* layers control */
616
621
 
617
622
  .leaflet-control-layers {
@@ -943,7 +948,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
943
948
  .seating-plan-backdrop.full-screen {
944
949
  pointer-events: auto;
945
950
  background-color: rgba(0, 0, 0, 0.4);
946
- z-index: 999;
951
+ z-index: 899;
947
952
  }
948
953
 
949
954
  .seating-plan-container.full-screen {
@@ -953,7 +958,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
953
958
  height: 90%;
954
959
  width: 80%;
955
960
  margin: 5vh 10vw;
956
- z-index: 1000;
961
+ z-index: 900;
957
962
  }
958
963
 
959
964
  @media screen and (max-width: 1024px) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "iticket-seatingplan-dev",
3
3
  "description": "Seating plan with FLEXi pricing",
4
4
  "author": "gedwyne",
5
- "version": "1.4.3",
5
+ "version": "1.4.4",
6
6
  "private": false,
7
7
  "keywords": [
8
8
  "iticket",