@@ -317,6 +317,12 @@ footer {
|
|||||||
padding-top: 1.5rem !important;
|
padding-top: 1.5rem !important;
|
||||||
top: 5rem !important;
|
top: 5rem !important;
|
||||||
|
|
||||||
|
@supports (position: sticky) {
|
||||||
|
position: sticky !important;
|
||||||
|
height: calc(100vh - 10rem);
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
#TableOfContents {
|
#TableOfContents {
|
||||||
padding-top: 1rem;
|
padding-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user