Skip to content

Commit fd334c2

Browse files
authored
Merge pull request #36 from zihanKuang/fix-blank
Fix the blank space in the right panel
2 parents b924041 + 6c5da9a commit fd334c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/scss/_styles_project.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,9 +257,9 @@ a:not([href]):not([class]):hover {
257257

258258
@supports (position: sticky) {
259259
position: sticky;
260-
top: 5.5rem;
261-
padding-top: 1rem;
262-
height: calc(100vh - 5.5rem);
260+
top: 0;
261+
padding-top: 4rem;
262+
height: 100vh;
263263
overflow-y: auto;
264264
}
265265

0 commit comments

Comments
 (0)