Skip to content

Commit

Permalink
Minor tweaks and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
BraininaBowl committed Sep 16, 2024
1 parent 9d1d651 commit b279114
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,7 @@ aside.nav {
justify-content: center;
}
}

*[id] {
scroll-margin-top: 100px;
}
2 changes: 1 addition & 1 deletion src/css/nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ html.is-clipped--nav {
}

.nav-panel-menu {
overflow-y: scroll;
/* overflow-y: scroll; */
overscroll-behavior: none;
height: var(--nav-panel-menu-height);
}
Expand Down
2 changes: 1 addition & 1 deletion src/img/logo-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b279114

Please sign in to comment.