Skip to content

Commit

Permalink
fix: journal page load issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Apr 21, 2022
1 parent ae1cd94 commit 071c295
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/_views.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,15 @@
--ct-sidebar-resizer-background-hover: var(--ct-primary-color);
}

#left-container {
overflow: auto !important;
.cp__header {
position: fixed;
}

#left-container#left-container {
overflow: initial !important;
}

#main-container {
height: auto !important;
position: absolute;
width: 100%;
}
Expand Down

0 comments on commit 071c295

Please sign in to comment.