Fix broken TOC toggle
This commit is contained in:
@@ -267,6 +267,7 @@ $button-size: 1.5rem;
|
||||
.image-wrap {
|
||||
position: relative;
|
||||
margin-bottom: 2em;
|
||||
@include clearfix;
|
||||
&:after {
|
||||
content: " ";
|
||||
display: block;
|
||||
@@ -460,7 +461,7 @@ $button-size: 1.5rem;
|
||||
padding: 10px;
|
||||
display: block;
|
||||
color: $white;
|
||||
border-bottom-width: 0;
|
||||
text-decoration: none;
|
||||
background: lighten($black, 30);
|
||||
@include opacity(0.7);
|
||||
@include transition(opacity 0.2s ease-in-out);
|
||||
@@ -473,6 +474,13 @@ $button-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
#drawer {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
&.js-hidden {
|
||||
max-height: 0;
|
||||
}
|
||||
}
|
||||
.image-grid {
|
||||
@include clearfix;
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user