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