Skip to content

Commit 8074d3b

Browse files
committed
fix: height scrolling issue in doc page
1 parent be7ea98 commit 8074d3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ div[class*='sidebarViewport'] {
220220
}
221221

222222
.main-wrapper {
223-
height: calc(100vh - 4.5rem);
223+
min-height: calc(100vh - 4.5rem);
224224
&.home_page_wrapper {
225225
height: 100%;
226226
}

0 commit comments

Comments
 (0)