We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c4eaf7 commit 767008fCopy full SHA for 767008f
app/assets/stylesheets/components/sidebar.css
@@ -2,6 +2,9 @@
2
position: sticky;
3
top: calc(var(--nav-height) + var(--spacing-5));
4
align-self: start;
5
+ max-height: calc(100vh - var(--nav-height) - var(--spacing-5));
6
+ overflow-y: auto;
7
+ padding-right: var(--spacing-2);
8
}
9
10
.sidebar-section {
0 commit comments