Skip to content

Commit 92b8288

Browse files
committed
fix(styles): Fix scroll bar styles.
1 parent 88f1454 commit 92b8288

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

assets/plugin-styles.txt.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@
166166
line-height: var(--line-height-tight);
167167
display: flex;
168168
flex-direction: column;
169-
overflow-y: scroll;
169+
overflow: auto;
170+
overflow-x: hidden;
170171
}
171172

172173
.sidebar-left
@@ -312,7 +313,8 @@
312313
width: 100%;
313314
height: 100%;
314315
max-height: 100%;
315-
overflow-y: scroll;
316+
overflow: auto;
317+
overflow-x: hidden;
316318
padding: 1em;
317319
padding-right: calc(1em + var(--sidebar-margin));
318320
padding-bottom: 3em;

0 commit comments

Comments
 (0)