Skip to content

Commit

Permalink
Merge pull request #50 from Nikschavan/issue-39
Browse files Browse the repository at this point in the history
Fix: Submenu hides behind the page content if sticky header is enabled
  • Loading branch information
Nikschavan authored Jun 4, 2017
2 parents c446070 + f8394bd commit b94b488
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/css/bb-header-footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,11 @@

/* Sticky header */

.bhf-fixed-header {
position: relative;
z-index: 20;
}

.fl-builder.dhf-template-beaver-builder-theme.bbhf-transparent-header header .bhf-fixed-header:not(.bhf-fixed) .fl-row-content-wrap,
.fl-builder.dhf-template-generatepress.bbhf-transparent-header header .bhf-fixed-header:not(.bhf-fixed) .fl-row-content-wrap,
.fl-builder.dhf-template-generatepress.bbhf-transparent-header .bhf-fixed-header:not(.bhf-fixed) .site-header,
Expand Down

0 comments on commit b94b488

Please sign in to comment.