From c5a2818207744ccf906ff1b9d8d2c344803be98a Mon Sep 17 00:00:00 2001 From: Dmitry Fedyuk Date: Thu, 19 Dec 2019 13:09:14 +0600 Subject: [PATCH] 1.1.3: https://github.com/royalwholesalecandy/core/issues/12 --- composer.json | 2 +- view/frontend/web/css/source/_module.less | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2ca2e07..6d8c0ac 100644 --- a/composer.json +++ b/composer.json @@ -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" diff --git a/view/frontend/web/css/source/_module.less b/view/frontend/web/css/source/_module.less index 26cde8c..f7db130 100644 --- a/view/frontend/web/css/source/_module.less +++ b/view/frontend/web/css/source/_module.less @@ -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;} \ No newline at end of file +#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;}} \ No newline at end of file