Commit b99c27c5f5c7a0df0e89ee245d1a2535982360fd

Authored by Rodrigo Souto
1 parent f85b27a5

[shopping-cart plugin] Changing cart position to fixed

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
plugins/shopping_cart/public/style.css
... ... @@ -11,7 +11,7 @@
11 11 }
12 12  
13 13 .cart {
14   - position: absolute;
  14 + position: fixed;
15 15 right: 20px;
16 16 top: 0px;
17 17 width: 200px;
... ...