Skip to content

Commit

Permalink
In "site-footer.html" add class "z-index-10".
Browse files Browse the repository at this point in the history
In "main.css" add class z-index-10 with property z-index: 10.

This fix the issue in which tabs come over the navbar on mobile.

Fixes #125
  • Loading branch information
ankitskvmdam committed Oct 15, 2019
1 parent e04e627 commit 7019ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
.mw-90 {
max-width:90%;
}
/* purgecss end ignore */
/* purgecss end ignore */
2 changes: 1 addition & 1 deletion layouts/partials/site-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<img src="/images/gopher-side_color.svg" class="absolute-l bottom-0 dn db-l h4 right-0 z-999"/>

<div class="bg-primary-color-dark bottom-0 left-0 right-0 dn-l fixed pb3 ph3 w-100">
<div class="bg-primary-color-dark bottom-0 left-0 right-0 dn-l fixed pb3 ph3 w-100 z-index-10">
{{- partial "nav-mobile.html" . -}}
</div>

Expand Down

0 comments on commit 7019ac2

Please sign in to comment.