Commit 3d461d7335b62455cdb5c7f2c9ae1e51c9e74f00

Authored by Daniela Feitosa
1 parent e9b77d61

Moved cart to top of window to stay far from chat

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
plugins/shopping_cart/public/style.css
@@ -19,7 +19,7 @@ @@ -19,7 +19,7 @@
19 .cart { 19 .cart {
20 position: fixed; 20 position: fixed;
21 right: 20px; 21 right: 20px;
22 - bottom: 0px; 22 + top: 0px;
23 width: 200px; 23 width: 200px;
24 z-index: 1000; 24 z-index: 1000;
25 border: 1px solid #777; 25 border: 1px solid #777;