~xdavidwu/xdavidwu.link

7d44cde56e6524fb8c0e1abb7130624d12f217a5 — iBug ♦ 4 years ago bfa507a
Fix #2478 "Follow menu falls under post links" (#2479)

* Fix #2478 "Follow menu falls under post links"

* Do it the other way
2 files changed, 5 insertions(+), 1 deletions(-)

M CHANGELOG.md
M _sass/minimal-mistakes/_sidebar.scss
M CHANGELOG.md => CHANGELOG.md +4 -0
@@ 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

M _sass/minimal-mistakes/_sidebar.scss => _sass/minimal-mistakes/_sidebar.scss +1 -1
@@ 184,7 184,7 @@
  display: table-cell;
  vertical-align: middle;
  font-family: $sans-serif;
  z-index: 10;
  z-index: 20;
  position: relative;
  cursor: pointer;