Fix "Follow menu falls under post links" ()

* Fix  "Follow menu falls under post links"

* Do it the other way
This commit is contained in:
iBug ♦
2020-04-08 21:15:07 +08:00
committed by GitHub
parent 63c929655d
commit f3c74113fd
3 changed files with 9 additions and 1 deletions
CHANGELOG.md
_sass/minimal-mistakes
docs/_docs

@ -9,6 +9,10 @@
- Clarify documentation that Lunr only searches documents in collections. [#2450](https://github.com/mmistakes/minimal-mistakes/pull/2450)
- Add guide on applying Front Matter defaults to jekyll-archives pages [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)
### Bug Fixes
- Fix "Follow menu falls under post links" on small screens. [#2479](https://github.com/mmistakes/minimal-mistakes/issues/2479)
## [4.19.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.1)
### Enhancements

@ -184,7 +184,7 @@
display: table-cell;
vertical-align: middle;
font-family: $sans-serif;
z-index: 10;
z-index: 20;
position: relative;
cursor: pointer;

@ -20,6 +20,10 @@ toc: false
- Clarify documentation that Lunr only searches documents in collections. [#2450](https://github.com/mmistakes/minimal-mistakes/pull/2450)
- Add guide on applying Front Matter defaults to jekyll-archives pages [#2466](https://github.com/mmistakes/minimal-mistakes/pull/2466)
### Bug Fixes
- Fix "Follow menu falls under post links" on small screens. [#2479](https://github.com/mmistakes/minimal-mistakes/issues/2479)
## [4.19.1](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.1)
### Enhancements