Fix author profile links z-index order on small screens

Close #2440
This commit is contained in:
Michael Rose
2020-03-16 10:33:42 -04:00
parent 7051c2b595
commit ece34c1c57
3 changed files with 9 additions and 2 deletions

View File

@ -5,7 +5,7 @@ permalink: /docs/history/
excerpt: "Change log of enhancements and bug fixes made to the theme."
sidebar:
nav: docs
last_modified_at: 2020-03-11T13:13:31-04:00
last_modified_at: 2020-03-16T10:33:26-04:00
toc: false
---
@ -15,6 +15,10 @@ toc: false
- Update smooth-scroll.js to `v16.1.2`. [#2430](https://github.com/mmistakes/minimal-mistakes/issues/2430)
### Bug Fixes
- Fix author profile links `z-index` order on small screens. [#2440](https://github.com/mmistakes/minimal-mistakes/issues/2440)
## [4.19.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.0)
### Enhancements