We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88f1454 commit 92b8288Copy full SHA for 92b8288
assets/plugin-styles.txt.css
@@ -166,7 +166,8 @@
166
line-height: var(--line-height-tight);
167
display: flex;
168
flex-direction: column;
169
- overflow-y: scroll;
+ overflow: auto;
170
+ overflow-x: hidden;
171
}
172
173
.sidebar-left
@@ -312,7 +313,8 @@
312
313
width: 100%;
314
height: 100%;
315
max-height: 100%;
316
317
318
padding: 1em;
319
padding-right: calc(1em + var(--sidebar-margin));
320
padding-bottom: 3em;
0 commit comments