Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Author profile links not working on mobile" (#2440) #2441

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 not working on mobile" [#2440](https://github.com/mmistakes/minimal-mistakes/issues/2440) [#2441](https://github.com/mmistakes/minimal-mistakes/pull/2441)

## [4.19.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.0)

### Enhancements
Expand Down
1 change: 1 addition & 0 deletions _sass/minimal-mistakes/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@

&.is--visible {
display: block;
z-index: 1;
}

@include breakpoint($large) {
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-16T22:21:25+08: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 not working on mobile" [#2440](https://github.com/mmistakes/minimal-mistakes/issues/2440) [#2441](https://github.com/mmistakes/minimal-mistakes/pull/2441)

## [4.19.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.0)

### Enhancements
Expand Down