Skip to content

Commit

Permalink
fix: height scrolling issue in doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
shafin-deriv committed May 30, 2024
1 parent be7ea98 commit 8074d3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ div[class*='sidebarViewport'] {
}

.main-wrapper {
height: calc(100vh - 4.5rem);
min-height: calc(100vh - 4.5rem);
&.home_page_wrapper {
height: 100%;
}
Expand Down

0 comments on commit 8074d3b

Please sign in to comment.