We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e02680 commit 620ea7cCopy full SHA for 620ea7c
src/_graph.scss
@@ -1,9 +1,8 @@
1
-.cp__sidebar-main-content[data-is-global-graph-pages="true"] {
+body[data-page=graph] .cp__sidebar-main-content {
2
--graph-height: calc(100vh - var(--ct-header-height));
3
4
background: var(--ls-primary-background-color);
5
max-height: var(--graph-height);
6
- margin: -1rem;
7
8
> div {
9
padding: 0;
src/_views.scss
@@ -99,7 +99,6 @@
99
margin-top: 0;
100
padding-top: 12px;
101
padding-bottom: 12px;
102
- height: calc(100% - var(--ct-header-height));
103
}
104
105
.left-sidebar-inner a.item > span {
0 commit comments