Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .vitepress/theme/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,14 @@ img, video.bright {

// Menu Sidebar
.VPSidebar {
// Hide the scrollbar that appears when the menu content is longer than the
// viewport, while keeping the sidebar scrollable.
scrollbar-width: none; // Firefox
-ms-overflow-style: none; // IE/legacy Edge
&::-webkit-scrollbar { // Chrome/Safari
display: none;
}

.group {
padding-top: 5px !important;
.VPSidebarItem {
Expand Down
Loading