Skip to content

Commit

Permalink
move overlay_menu_scroll fix to appropriate file in media query (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
trackleft authored and joeparsons committed Apr 9, 2021
1 parent 7e6181c commit 91f1363
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions themes/custom/az_barrio/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 91f1363

Please sign in to comment.