Skip to content
Snippets Groups Projects
Commit 5b6f2184 authored by Philipp Schneider's avatar Philipp Schneider
Browse files

Remove toc in sidebar

parent ed74a33f
No related branches found
No related tags found
No related merge requests found
Pipeline #71694 passed
...@@ -50,40 +50,4 @@ $on-laptop: 800px; ...@@ -50,40 +50,4 @@ $on-laptop: 800px;
"base", "base",
"layout", "layout",
"syntax-highlighting" "syntax-highlighting"
; ;
\ No newline at end of file
.toc-sidebar {
position: fixed;
left: 20px; /* Change to right: 20px; for right-side */
top: 100px;
width: 250px;
max-height: 80vh;
overflow-y: auto;
background: #f8f9fa;
padding: 15px;
border-radius: 5px;
font-size: 14px;
}
.toc-sidebar nav {
position: relative;
}
.toc-sidebar ul {
list-style-type: none;
padding-left: 0;
}
.toc-sidebar li {
margin-bottom: 5px;
}
.toc-sidebar a {
text-decoration: none;
color: #007bff;
}
.toc-sidebar a:hover {
text-decoration: underline;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment