Skip to content

Commit

Permalink
Merge pull request #373 from pratikb64/overflow-fix
Browse files Browse the repository at this point in the history
fix: overflow bug
  • Loading branch information
pratikb64 authored Mar 7, 2025
2 parents afe6ab9 + bc8d8de commit 9bc4196
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions wiki/public/scss/general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
.main-column {
background-color: var(--background-color);
padding: 0px 50px;
margin: auto;

@include media-breakpoint-down(md) {
padding: 20px;
Expand Down
2 changes: 1 addition & 1 deletion wiki/public/scss/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@

.wiki-page-content {
margin: 0.5rem auto;
width: 100%;
max-width: 650px;

@include media-breakpoint-down(md) {
width: auto;
Expand Down
1 change: 0 additions & 1 deletion wiki/public/scss/page-toc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
overflow-y: auto;
scrollbar-width: none;
height: 90vh;
margin-left: auto;
min-width: 220px;
margin-right: 16px;
padding-bottom: 10rem;
Expand Down

0 comments on commit 9bc4196

Please sign in to comment.