File tree 4 files changed +17
-5
lines changed
4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 11
11
## Bug Fixes
12
12
13
13
- Fix positioning of sidebar table of contents when using ` layout: splash ` . [ #1169 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1169 )
14
+ - Fix "follow" links ` z-index ` order to avoid overlapping issues. [ #1167 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1167 )
14
15
15
16
### Maintenance
16
17
Original file line number Diff line number Diff line change 7
7
========================================================================== */
8
8
9
9
.sidebar {
10
+ @include clearfix ();
11
+ margin-bottom : 1em ;
10
12
-webkit-transform : translate3d (0 , 0 , 0 );
11
13
transform : translate3d (0 , 0 , 0 );
12
14
13
- @include clearfix ();
14
- margin-bottom : 1em ;
15
+ @include breakpoint (max-width $large ) {
16
+ /* fix z-index order of follow links */
17
+ position : relative ;
18
+ z-index : 10 ;
19
+ }
15
20
16
21
@include breakpoint ($large ) {
17
22
float : left ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ permalink: /docs/history/
4
4
excerpt : " Change log of enhancements and bug fixes made to the theme."
5
5
sidebar :
6
6
nav : docs
7
- last_modified_at : 2017-08-09T08:30:18 -04:00
7
+ last_modified_at : 2017-08-09T09:02:47 -04:00
8
8
---
9
9
10
10
## Unreleased
@@ -20,6 +20,7 @@ last_modified_at: 2017-08-09T08:30:18-04:00
20
20
## Bug Fixes
21
21
22
22
- Fix positioning of sidebar table of contents when using ` layout: splash ` . [ #1169 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1169 )
23
+ - Fix "follow" links ` z-index ` order to avoid overlapping issues. [ #1167 ] ( https://github.com/mmistakes/minimal-mistakes/issues/1167 )
23
24
24
25
### Maintenance
25
26
Original file line number Diff line number Diff line change 7
7
========================================================================== */
8
8
9
9
.sidebar {
10
+ @include clearfix ();
11
+ margin-bottom : 1em ;
10
12
-webkit-transform : translate3d (0 , 0 , 0 );
11
13
transform : translate3d (0 , 0 , 0 );
12
14
13
- @include clearfix ();
14
- margin-bottom : 1em ;
15
+ @include breakpoint (max-width $large ) {
16
+ /* fix z-index order of follow links */
17
+ position : relative ;
18
+ z-index : 10 ;
19
+ }
15
20
16
21
@include breakpoint ($large ) {
17
22
float : left ;
You can’t perform that action at this time.
0 commit comments