Skip to content

Commit

Permalink
Merge pull request #2309 from laws-africa/gutter-bugs
Browse files Browse the repository at this point in the history
fix gutter issues for short gutter areas and long annotations
  • Loading branch information
longhotsummer authored Dec 11, 2024
2 parents 858efd8 + 0afced1 commit 70181e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions indigo_app/static/stylesheets/_annotations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ mark.active mark {
}

.content-with-gutter .gutter {
// for small portions, if the gutter extends below the screen, allow it to scroll
overflow-y: auto;

.annotation-thread {
border: 1px solid $border-color;
box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
Expand Down

0 comments on commit 70181e9

Please sign in to comment.