Skip to content

Commit ece34c1

Browse files
committedMar 16, 2020
Fix author profile links z-index order on small screens
Close #2440
1 parent 7051c2b commit ece34c1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
- Update smooth-scroll.js to `v16.1.2`. [#2430](https://github.com/mmistakes/minimal-mistakes/issues/2430)
66

7+
### Bug Fixes
8+
9+
- Fix author profile links `z-index` order on small screens. [#2440](https://github.com/mmistakes/minimal-mistakes/issues/2440)
10+
711
## [4.19.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.0)
812

913
### Enhancements

‎_sass/minimal-mistakes/_sidebar.scss

-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,6 @@
236236
border: 1px solid $border-color;
237237
border-radius: $border-radius;
238238
background: $background-color;
239-
z-index: -1;
240239
box-shadow: 0 2px 4px 0 rgba(#000, 0.16), 0 2px 10px 0 rgba(#000, 0.12);
241240
cursor: default;
242241

‎docs/_docs/18-history.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ permalink: /docs/history/
55
excerpt: "Change log of enhancements and bug fixes made to the theme."
66
sidebar:
77
nav: docs
8-
last_modified_at: 2020-03-11T13:13:31-04:00
8+
last_modified_at: 2020-03-16T10:33:26-04:00
99
toc: false
1010
---
1111

@@ -15,6 +15,10 @@ toc: false
1515

1616
- Update smooth-scroll.js to `v16.1.2`. [#2430](https://github.com/mmistakes/minimal-mistakes/issues/2430)
1717

18+
### Bug Fixes
19+
20+
- Fix author profile links `z-index` order on small screens. [#2440](https://github.com/mmistakes/minimal-mistakes/issues/2440)
21+
1822
## [4.19.0](https://github.com/mmistakes/minimal-mistakes/releases/tag/4.19.0)
1923

2024
### Enhancements

0 commit comments

Comments
 (0)
Please sign in to comment.