jamespot-react-components 1.0.67 → 1.0.69
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.
|
@@ -1533,6 +1533,7 @@
|
|
|
1533
1533
|
position: fixed;
|
|
1534
1534
|
right: 0px;
|
|
1535
1535
|
top: 90px;
|
|
1536
|
+
z-index: unset;
|
|
1536
1537
|
`,nz=Sl.div`
|
|
1537
1538
|
position: relative;
|
|
1538
1539
|
border-radius: 16px;
|
|
@@ -1544,6 +1545,7 @@
|
|
|
1544
1545
|
background-color: ${e=>e.theme.color.white};
|
|
1545
1546
|
display: flex;
|
|
1546
1547
|
flex-direction: column;
|
|
1548
|
+
z-index: unset;
|
|
1547
1549
|
`,rz=Sl.div`
|
|
1548
1550
|
padding: 0 24px 24px 24px;
|
|
1549
1551
|
display: flex;
|