Skip to content

Commit 84f6f07

Browse files
fix sidebar width and scrolling (#9052)
Co-authored-by: Mario Behling <[email protected]>
1 parent bff60ea commit 84f6f07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/styles/components/stream.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
z-index: 1;
8080

8181
@media (max-width: 767px) {
82-
width: 100%;
82+
width: 75%;
83+
overflow-y: auto;
8384
}
8485
}
8586

0 commit comments

Comments
 (0)