s-material-react 1.9.995 → 1.9.997
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.
- package/css/pages/cart.scss +4 -4
- package/package.json +1 -1
package/css/pages/cart.scss
CHANGED
|
@@ -174,9 +174,9 @@
|
|
|
174
174
|
background: rgba(255, 255, 255, 1);
|
|
175
175
|
border-top: 1px solid #eeeeee;
|
|
176
176
|
overflow: hidden;
|
|
177
|
-
position:
|
|
178
|
-
bottom:
|
|
179
|
-
|
|
177
|
+
position: fixed;
|
|
178
|
+
bottom: 49px;
|
|
179
|
+
z-index: 10000000;
|
|
180
180
|
.choose {
|
|
181
181
|
display: flex;
|
|
182
182
|
justify-content: center;
|
|
@@ -331,7 +331,7 @@
|
|
|
331
331
|
padding: 31px 6px;
|
|
332
332
|
position: absolute;
|
|
333
333
|
left: 0;
|
|
334
|
-
z-index:
|
|
334
|
+
z-index: 100;
|
|
335
335
|
top: 0;
|
|
336
336
|
background: rgba(39, 44, 53, 0.73);
|
|
337
337
|
}
|