@pingux/astro 1.17.0-alpha.5 → 1.17.0-alpha.6
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.
@@ -189,7 +189,7 @@ var InnerPanel = function InnerPanel(_ref2) {
|
|
189
189
|
onPress: state.open
|
190
190
|
}, "Open Panel"), outer), messagesOpen && (0, _react2.jsx)(_index.Messages, {
|
191
191
|
sx: {
|
192
|
-
zIndex:
|
192
|
+
zIndex: 11
|
193
193
|
}
|
194
194
|
}, (0, _react2.jsx)(_collections.Item, {
|
195
195
|
key: "message2",
|
@@ -10,7 +10,7 @@ exports["default"] = void 0;
|
|
10
10
|
var overlayPanel = {
|
11
11
|
position: 'fixed',
|
12
12
|
overflowY: 'scroll',
|
13
|
-
zIndex:
|
13
|
+
zIndex: 10,
|
14
14
|
top: 0,
|
15
15
|
bottom: 0,
|
16
16
|
right: '-100%',
|
@@ -42,7 +42,7 @@ var overlayPanel = {
|
|
42
42
|
};
|
43
43
|
var overlayPanelInner = {
|
44
44
|
position: 'absolute',
|
45
|
-
zIndex:
|
45
|
+
zIndex: 9,
|
46
46
|
bottom: 0,
|
47
47
|
right: 0,
|
48
48
|
background: 'white',
|
@@ -1,7 +1,7 @@
|
|
1
1
|
var overlayPanel = {
|
2
2
|
position: 'fixed',
|
3
3
|
overflowY: 'scroll',
|
4
|
-
zIndex:
|
4
|
+
zIndex: 10,
|
5
5
|
top: 0,
|
6
6
|
bottom: 0,
|
7
7
|
right: '-100%',
|
@@ -33,7 +33,7 @@ var overlayPanel = {
|
|
33
33
|
};
|
34
34
|
var overlayPanelInner = {
|
35
35
|
position: 'absolute',
|
36
|
-
zIndex:
|
36
|
+
zIndex: 9,
|
37
37
|
bottom: 0,
|
38
38
|
right: 0,
|
39
39
|
background: 'white',
|