Fix "follow" links z-index order to avoid overlapping issues

Close #1167
This commit is contained in:
Michael Rose
2017-08-09 09:03:09 -04:00
parent 91f38f4450
commit 173f184047
4 changed files with 17 additions and 5 deletions

View File

@@ -11,6 +11,7 @@
## Bug Fixes
- Fix positioning of sidebar table of contents when using `layout: splash`. [#1169](https://github.com/mmistakes/minimal-mistakes/issues/1169)
- Fix "follow" links `z-index` order to avoid overlapping issues. [#1167](https://github.com/mmistakes/minimal-mistakes/issues/1167)
### Maintenance