Skip to content

Commit 70181e9

Browse files
Merge pull request #2309 from laws-africa/gutter-bugs
fix gutter issues for short gutter areas and long annotations
2 parents 858efd8 + 0afced1 commit 70181e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

indigo_app/static/stylesheets/_annotations.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ mark.active mark {
1010
}
1111

1212
.content-with-gutter .gutter {
13+
// for small portions, if the gutter extends below the screen, allow it to scroll
14+
overflow-y: auto;
15+
1316
.annotation-thread {
1417
border: 1px solid $border-color;
1518
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);

0 commit comments

Comments
 (0)