Skip to content

Commit

Permalink
Make the menu entries sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
codmdu committed Oct 1, 2024
1 parent 54fb115 commit 3c4f74b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// AUTO GENERATED FILE
#ifndef VERSION
#define VERSION "20240919"
#define VERSION "20241001"
#endif
7 changes: 7 additions & 0 deletions src/websrc/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -668,4 +668,11 @@ a {
height: 1.75em;
fill: var(--nav-link-color-active);
margin-right: 10px;
}

@media (min-width: 768px) {
.sidebar > #sidebarMenu {
position: sticky;
top: 58px;
}
}

0 comments on commit 3c4f74b

Please sign in to comment.