Skip to content

Commit a09b7b7

Browse files
committed
fix(styles): sidebar: overflow-y auto or bust
1 parent 6039267 commit a09b7b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scout-style/sidebar.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
position: absolute;
3333
top: 72px;
3434
bottom: 180px;
35-
overflow: scroll;
35+
overflow-y: auto;
36+
width: 100%;
3637

3738
.list-group-item {
3839
cursor: pointer;

0 commit comments

Comments
 (0)