Skip to content

Commit 05060c4

Browse files
authored
Merge pull request #1 from DevNull-IR/patch-1
fix scroll bug in docs-main
2 parents a95cc38 + f688b0f commit 05060c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

assets/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
flex: 1;
8282
margin-left: 280px;
8383
padding: 30px;
84+
overflow: hidden;
8485
}
8586

8687
.docs-header {
@@ -339,4 +340,4 @@
339340
border-top: 1px solid var(--border-color);
340341
color: var(--body-color);
341342
background: transparent;
342-
}
343+
}

0 commit comments

Comments
 (0)