Add floating table of contents
This commit is contained in:
parent
6c43f01d86
commit
ac3692ae43
1 changed files with 18 additions and 0 deletions
|
@ -105,6 +105,24 @@ canvas.spell-viz {
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 40rem) {
|
||||||
|
.book-body {
|
||||||
|
width: 70%;
|
||||||
|
left: 5%;
|
||||||
|
position: relative;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
#table-of-contents {
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
width: 25%;
|
||||||
|
float: left;
|
||||||
|
max-height: 80%;
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
body {
|
body {
|
||||||
background-color: #201a20;
|
background-color: #201a20;
|
||||||
|
|
Loading…
Reference in a new issue