Skip to content

Commit

Permalink
1.1.3: #12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 19, 2019
1 parent c592b25 commit c5a2818
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "royalwholesalecandy/core"
,"version": "1.1.2"
,"version": "1.1.3"
,"description": "A custom module for royalwholesalecandy.com (Magento 2)"
,"type": "magento2-module"
,"homepage": "https://github.com/royalwholesalecandy/core"
Expand Down
6 changes: 5 additions & 1 deletion view/frontend/web/css/source/_module.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
// The bar overlaps the menu and customers can't type or write anything.
// Idk if you can make it so it auto adjusts for the customers resolution or whatever they are using»:
// https://github.com/royalwholesalecandy/core/issues/19
#custom\.topnav > nav.navigation {z-index: 3 !important;}
#custom\.topnav > nav.navigation {z-index: 3 !important;}
// 2019-12-19 Dmitry Fedyuk https://github.com/mage2pro
// "The «Proceed to Checkout» button is broken on narrow screens (e.g. on mobile devices)"
// https://github.com/royalwholesalecandy/core/issues/12
@media (max-width: 767px) {.cart-container .sticky-wrapper {float: none !important;}}

0 comments on commit c5a2818

Please sign in to comment.