Skip to content

Commit 8232d5e

Browse files
committed
Fix scrolling
1 parent b764690 commit 8232d5e

1 file changed

Lines changed: 3 additions & 12 deletions

File tree

src/css/custom.css

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -716,16 +716,7 @@ html:not([data-navbar-home-top]) .navbar__link:hover {
716716
}
717717
}
718718

719-
/* Hide table of contents on narrow screens for blog posts */
720-
@media (max-width: 996px) {
721-
/* Hide the TOC column */
722-
.mdxPageWrapper_j9I6 .col.col--2 {
723-
display: none;
724-
}
725-
726-
/* Expand main content to full width */
727-
.mdxPageWrapper_j9I6 .col.col--8 {
728-
flex: 0 0 100%;
729-
max-width: 100%;
730-
}
719+
/* fix scrolling issue in blog post */
720+
.row {
721+
margin: 0 auto;
731722
}

0 commit comments

Comments
 (0)