Merge pull request #6059 from andresgutgon/fix/sticky-search-bar-disapears-when-cart-is-open

Fix sticky search bar disappearing when cart is open.
This commit is contained in:
Luis Ramos
2020-09-22 10:52:33 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -212,7 +212,7 @@ nav.top-bar {
}
.off-canvas-wrap {
overflow: inherit;
overflow: initial;
}
.off-canvas-list li.language-switcher ul li {

View File

@@ -18,14 +18,14 @@
= stylesheet_link_tag "darkswarm/all"
= csrf_meta_tags
%body{class: body_classes, "body-scroll" => true , ng: {app: "Darkswarm"}}
%body{ class: body_classes, "body-scroll" => true , ng: { app: 'Darkswarm' }}
/ [if lte IE 8]
= render partial: "shared/ie_warning"
= javascript_include_tag "iehack"
= render "layouts/shopfront_script" if @shopfront_layout
.off-canvas-wrap{offcanvas: true}
.off-canvas-wrap{ offcanvas: true }
.fixed.off-canvas-fixed
= render "shared/menu/menu" unless @hide_menu
= yield :page_alert