From 91f1363f3e9ccc1c2a4ae4cd6ff018c4c6fa4b0a Mon Sep 17 00:00:00 2001 From: Chris Green Date: Fri, 9 Apr 2021 13:00:21 -0700 Subject: [PATCH] move overlay_menu_scroll fix to appropriate file in media query (#660) --- themes/custom/az_barrio/css/style.css | 4 ---- .../az_barrio/css/uaqs_navigation_overlay_menu_scroll.css | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/custom/az_barrio/css/style.css b/themes/custom/az_barrio/css/style.css index 6db9f0faac..628c9833c8 100644 --- a/themes/custom/az_barrio/css/style.css +++ b/themes/custom/az_barrio/css/style.css @@ -355,10 +355,6 @@ a.btn.btn-redbar { .navbar-offcanvas button.btn.btn-redbar { padding-bottom: 4px; } -/* Fix offcanvas menu scroll */ -.navbar-offcanvas section.region-navigation { - overflow-y: scroll; -} .bg-chili .btn.btn-redbar { background-color: #8b0015; diff --git a/themes/custom/az_barrio/css/uaqs_navigation_overlay_menu_scroll.css b/themes/custom/az_barrio/css/uaqs_navigation_overlay_menu_scroll.css index dc0d589278..100e470778 100644 --- a/themes/custom/az_barrio/css/uaqs_navigation_overlay_menu_scroll.css +++ b/themes/custom/az_barrio/css/uaqs_navigation_overlay_menu_scroll.css @@ -22,6 +22,10 @@ * Menu State: Shown * Menu Component: Menu. **/ + /* Fix offcanvas menu scroll */ + .navbar-offcanvas section.region-navigation { + overflow-y: scroll; + } .overlay-menu-scroll-show .navbar-default { z-index: 11; }