Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2998,7 +2998,7 @@ main[class*='docMainContainer_'] {
.theme-doc-sidebar-container,
.menu--responsive,
div[class*='sidebarViewport_'] {
z-index: 9999 !important;
z-index: 99 !important;
}

.mobile-social-item {
Expand Down
5 changes: 3 additions & 2 deletions src/theme/DocSidebar/Desktop/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
rgba(255, 255, 255, 0.05) 0%,
rgba(240, 242, 245, 0.05) 100%
);
margin-top: 5px;
}

.sidebarWithHideableNavbar {
Expand Down Expand Up @@ -45,13 +46,13 @@
display: flex;
flex-direction: column;
height: 100%;
padding-top: 1rem; /* Add top padding to give space for the first item */
padding-top: 3.5rem; /* Add top padding to give space for the first item */
overflow: visible; /* Ensure content isn't cut off */
}

.menu {
padding: 1.25rem 0.5rem;
padding-top: 2.5rem; /* Significantly increase top padding to move GitHub down */
padding-top: 0rem; /* Significantly increase top padding to move GitHub down */
padding-bottom: 3rem; /* Add extra padding at bottom to prevent items from being cut off */
flex: 1;
overflow-y: auto;
Expand Down
Loading