diff --git a/themes/first/src/css/main.less b/themes/first/src/css/main.less index 1ffca7a..143ec5e 100644 --- a/themes/first/src/css/main.less +++ b/themes/first/src/css/main.less @@ -103,14 +103,20 @@ body { nav#TableOfContents { grid-area: sidebar; + font-family: @font-sidebar; + color: @color-sidebar-font; + + > ul { + position: fixed; + } + ul { + list-style-type: none; margin-left: .0em; padding-left: .6em; } - font-family: @font-sidebar; - color: @color-sidebar-font; a:link,a:visited,a:active { text-decoration: none;