Skip to content

Commit

Permalink
Fix author profile links z-index order on small screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes authored and jesuswasrasta committed Jul 8, 2020
1 parent c213cb2 commit a635506
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

- 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
Expand Down
1 change: 0 additions & 1 deletion _sass/minimal-mistakes/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@
border: 1px solid $border-color;
border-radius: $border-radius;
background: $background-color;
z-index: -1;
box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);
cursor: default;

Expand Down
6 changes: 5 additions & 1 deletion docs/_docs/18-history.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---

Expand All @@ -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
Expand Down

0 comments on commit a635506

Please sign in to comment.