This commit is contained in:
Michael Rose 2021-07-30 15:55:50 -04:00
commit 567836e43c
2 changed files with 9 additions and 2 deletions

View file

@ -200,8 +200,8 @@
margin-left: 0;
}
}
img{
img {
-webkit-transition: none;
transition: none;
}

View file

@ -89,6 +89,13 @@
position: sticky;
top: 2em;
float: right;
.toc {
.toc__menu {
overflow-y: auto;
max-height: calc(100vh - 7em);
}
}
}
}