Skip to content

Commit 071c295

Browse files
committed
fix: journal page load issue
1 parent ae1cd94 commit 071c295

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/_views.scss

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@
33
--ct-sidebar-resizer-background-hover: var(--ct-primary-color);
44
}
55

6-
#left-container {
7-
overflow: auto !important;
6+
.cp__header {
7+
position: fixed;
8+
}
9+
10+
#left-container#left-container {
11+
overflow: initial !important;
812
}
913

1014
#main-container {
11-
height: auto !important;
1215
position: absolute;
1316
width: 100%;
1417
}

0 commit comments

Comments
 (0)